Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

What is the proper way to initialize const containers with different values?

error: no type named 'const_iterator' in 'class boost::asio::mutable_buffer' when trying to read using boost::asio::async_read

c++ boost c++11 boost-asio

Template Argument Binding

C++ Using features of a newer compiler to generate code for use by an older compiler

c++ visual-c++ c++11 c++14 c++03

warning: passing NULL to non-pointer argument of ‘std::thread::thread

Exception class with a char* constructor

c++ visual-studio c++11 gcc

Moving elements from one vector to another using erase-remove paradigm

c++ c++11 vector move

C++ Move semantics with object having integer member

How to explicit instantiate template constructor in C++?

Is C++'s system() synchronized?

How to create a std::shared_ptr with the same control block as an expired std::weak_ptr

c++ c++11 shared-ptr weak-ptr

Get all vector elements that don't belong to another vector

c++ vector c++11

Understanding when shared_ptr reference counts are incremented when passing into a function

C++ std:.auto_ptr or std::unique_ptr (to support multiple compilers, even old C++03 compilers)?

c++ c++11 smart-pointers c++03

Construction and initialization list : what the compiler do?

how to prevent <optimized out> values in cuda-gdb

c++ c++11 cuda gdb cuda-gdb

C++ Why does 'note: see reference to class template instantiation being compiled' [duplicate]

c++ c++11 templates gcc

map/unordered_map with non-movable, default constructible value type

c++ c++11 stl move

How can I check if a thread is NULL [closed]

Deep copy in a move constructor

c++ c++11