Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

std::bad_weak_ptr exception when using shared_from_this

How to put a new line inside a string in C++?

string c++11

What happens when a copy of shared_ptr is made?

c++ c++11 shared-ptr

Comma operator in C++11 (sequencing)

What does a C++ compiler do with this initializer list?

c++ c++11 initializer-list

Why I get this warning? "Member 'x' was not initialized in this constructor"

Is it well-defined to modify an unordered_set inside a foreach loop if one breaks out immediately after?

Strange behaviour of std::find, returns true when the element is not in the vector

c++ c++11 c++14

Select function based on if template is pointer/reference or none

c++ c++11 sfinae

Use of c++ lambda expression to initialize a class member

c++ c++11 lambda

Cast structs with certain common members

Is this the best way to do a "with" statement in C++?

c++ c++11 with-statement

Are virtual method not "delete"able in C++0x?

c++ c++11 virtual

how to make std::function instance

c++ c++11

ADL fails when there are lambda arguments?

Initialise size of std::array in a constructor of the class that uses it

c++ arrays templates c++11 std

C++ difference between function declaration and object initialization

c++ c++11

Passing std::unique_ptr to helper function

C++ collect algorithm?

c++ algorithm c++11 collect

C++11 what happens when a function returns

c++ c++11