Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++ move semantics: why copy assignment operator=(&) is called instead of move assignment operator=(&&)?

How to prevent clients from passing a nullptr to a constructor?

Why does this simple thread code fail?

c++ multithreading c++11 stl

Share a variable between main and thread

c++ unique pointer: memory leak

c++11 plain old object default value

c++ c++11 initialization

std:: qualifier needed when overloaded namespace function exists?

c++ c++11 name-lookup

C++ nullptrt_t as argument in a constructor

c++11 nullptr

Find largest element smaller than current with STL

c++11 stl

MSVC error when using capture-less lambda expressions as second and third operand of conditional operator

what are the use cases for std::unique_lock::release?

Create hash queue with variadic template

How can I explicitly view the results of type inference by auto?

c++ c++11 type-inference

C++ What determines which version of C++ can run on a specific architecture (like Arduino)

c++ c++11 g++

C++ array of char using unique_ptr

c++ c++11 unique-ptr

How can I create a macro which uses a value multiple times, without copying it?

How to use smart pointer for auto clean-up?

Do c++11-compatible compilers always ignore inline hints?

c++ c++11 inline

How to delay a function without stopping the application

c++ c++11 visual-c++

Having a function only accept non-const lvalues