Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

std::forward_list - how to insert element at the end [duplicate]

c++ c++11 stl

How can I lock a mutex in an initializer list?

c++ multithreading c++11

How do I iterate over collections generically in C++?

What does the Standard say about the namespace of lambda types?

c++ c++11

Lambda: Why are captured-by-value values const, but capture-by-reference values not?

Why are my T& and T&& copy constructors ambiguous?

c++ templates c++11

How do I avoid using a global for the data behind a GUI?

Using enum class with std::bitset

C++11 compiler generated functions

c++ c++11

Resource handles - prohibiting default constructors?

Random numbers, C++11 vs Boost

performance boost c++11 random

odd behaviour using chrono::high_resolution_clock::now()

c++ c++11 chrono

Initialising std::discrete_distribution in VS2013

How to use two parameter packs together?

Qt Concurrent or std::async for new code?

c++ qt c++11 std qtconcurrent

Is it safe to use a weak_ptr in a std::set or key of std::map

c++ c++11 weak-ptr

What is the easiest way to create a local variable with the same type as a deduced argument?

How to check if all of variadic template arguments have special function?

Generate CTAGS for libstdc++ (from current GCC)

c++ c++11 vim ctags

What is C++11's equivalent of Java's instanceof