Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

When is it not safe to turn off the __STRICT_ANSI__ flag?

c++ c c++11

How do I asynchronously map values onto a function with threading?

C++ vector of CRTP shared pointers

c++ c++11 templates vector crtp

How to get only given captured group <regex> c++

c++ regex c++11

How to match a vector of regular expression with a one string?

c++ regex c++11 vector stl

QT html and CSS to pdf file

html css qt c++11 pdf

How to remove an entry from a std::map using key?

c++11 stl containers

C++ Waiting for Multiple Threads

c++ multithreading c++11

Compare tuples of different sizes

c++ c++11 tuples

Converting std::vector container into an std::set using std::transform

c++ c++11

what does it mean by saying that union members can only be manipulted one at a time?

c++ c++11 visual-c++ unions

How can I initialize an std::vector of std::map items?

c++ c++11 dictionary vector stl

Simplest way to make std::thread exception safe

Trying to find the minimum element of 2D vector with lambda

c++ c++11 lambda std

how to use C++11 integral_constant::value_type()

c++11

What is the reason to we can not define friend function in local class?

c++ c++11 friend local-class

When does the compiler move/copy in C++?

c++ c++11

C++11: what is the proper way to migrate from old-style enum to enum class?

c++ casting c++11 enums

C++ std::move a pointer