Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Write overloads for const reference and rvalue reference

c++ assign a class member function a lambda function for computation efficiency [duplicate]

Why is std::string a standard layout type?

c++ c++11

Implementing a parallel_for_each function

std::function can take functors?

function c++11 functor

Fast 'group by/count' std::vector<std::u16string> into a std::map<u16string, int>

c++ c++11 vector

How to print a bunch of integers with the same formatting?

How to safely use callbacks when the bound function could be deleted

c++ c++11 callback

Terminate a thread from outside in C++11

c++ multithreading c++11

Why do I have to explicitly cast an enum that I have specified the underlying type for?

c++ c++11

Correctly defining DLL-interfaces with C++11/14

c++ c++11 dll stl c++14

C++, inherited copy ctors does not work?

c++ c++11

Should a boolean predicate for std::condition_variable be volatile in C++?

Why does shared_ptr<int> p; p=nullptr; compile?

Is there any reason to not use exceptions to test if an element exists in a std::map

how to initialize a vector of regexes?

c++ regex vector c++11 mingw

C++ Split a string by blank spaces unless it is enclosed in quotes and store in a vector [duplicate]

c++ string c++11 vector split

std::condition_variable::notify_one() called several times without context switching

OpenMP: writing into std::map concurrently

c++ c++11 openmp

Can't serialize std::vector with Cereal

c++11 serialization cereal