Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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

Providing an (empty) user-defined destructor causes compilation error

How to efficiently compare Sets in c++?

c++ c++11

Why do -ansi and -std=c++11 conflict in g++?

c++11 g++ ansi

Creating a sub-tuple starting from a std::tuple<some_types...>