Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why this lambda function in loop didn't capture the parameter by value?

c++ c++11 lambda

For range (c++11) using virtual interface object

c++ c++11

Implementing a set cover data structure

c++ data-structures c++11 set

Why i am not able to create the Unique pointer

c++ c++11 c++14

How efficient smart pointers are?

c++ pointers c++11 std

C++11 rvalue reference questions

Opening stream via function

unique pointer memory leak

std::thread termination without calling join() [duplicate]

Cannot initialize const int from unpacked tuple

c++ c++11 tuples stdtuple

Why is the C++11 move operator (=) behavior different

std::regex_replace only first occurence

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

C++ Custom exception derived from std::exception not being caught

c++ c++11 exception

Defects of the STL [closed]

c++ stl c++11 defects

Why can't I use make_pair to tie?

Why can't I use a fstream vector?

c++ c++11 vector fstream

Can I know if a polymorphic object implements an arbitrary abstract class?

c++ c++11