Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why do we use initializer_list in C++11?

c++ c++11 stl initializer-list

Why std::vector iterator is invalidated after the erase() call?

c++ c++11 vector stl iterator

Segmentation fault error 11 C++

Using std::conditional_variable to wait on a condition

Why did I get the: "Attempting to reference a deleted function" error after adding a vector with unique pointers to my header file?

Is it possible to create a generic method or class that one can use to create "new" instances of any class?

Is std::condition_variable thread-safe?

c++ multithreading c++11

Error linking webrtc-native due to undefined reference to methods having std::string

c++ c++11 gcc webrtc

Constructor using {a,b,c} as argument or what is {a,b,c} actually doing?

Gaffer on games timestep: std::chrono implementation

Plain Old Data types with private members?

c++ c++11

Providing correct move semantics

Moving from boost::bind to std::bind: Compile error

How to use template type argument in lambda?

c++ templates lambda c++11

std::unique_ptr compiler error: Members of a derived class cannot access private members of a base class

C++11 / VS2010 : Returning containers of uncopyable but movable objects

How to remove the const from 'char const*'

c++ c++11

using a custom deleter for std::shared_ptr on a direct3d11 object

c++ c++11 directx-11

Is this function with atomic thread-safe

c++ c++11 atomic

Making a method available depending on a compile-time argument

c++ c++11