Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

std::sort using inherited functor

c++ pointers c++11 std

c++11 clearing a container with std::swap vs operator=(T&&)

c++ c++11 std

Why does this simple program using std::rotate not compile?

c++ c++11 std

Can I use std::bind to "attach" a state to a function?

c++ c++11 std

Why does unique_ptr<T>::~unique_ptr need the definition of T?

c++ c++11 std smart-pointers

Using shared_from_this() without managed shared pointer in C++11

Cannot add a unique_ptr to a std::array

c++ arrays std unique-ptr

C++ When is it OK to extend the `std` namespace?

c++ c++11 namespaces std

C++ Decorate basic_iostream classes

c++ std fstream iostream

Use template to overcome the lack of a base class?

c++ templates std

Can intermixing std::'s and boost::'s ::bind and ::function cause problems?

c++ boost c++11 std

C++11 using unique_ptr with custom deleter

c++ c++11 std smart-pointers

What is std::__lg?

c++ std

Design of std::ifstream class

Efficient method for randomly selecting all elements of a std::vector exactly once WITHOUT reshuffling

c++ random vector std

Remove characters from string in standard C

c linux string std

timeout in std::async

c++ c++11 std stdthread stdasync

C++11 auto, std::function and ambiguous call to overloaded function

<chrono> overflow guarantees

Does std::exception own what?