Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

using c++11 placeholders as lambdas?

C++11: Example of difference between ordinary string literal and UTF-8 string literal?

How to use unordered_map in Android?

Is this a safe way of throwing an exception from a destructor?

c++ exception c++11

How to ensure that std::thread are created in multi core?

Disabling clang C++11 warnings

c++11 warnings clang

boost::shared_ptr and std::shared_ptr co-existence

c++ boost c++11 shared-ptr

how to create function that returns a functor with the same signature as the function?

Good reason for third argument to std::accumulate?

c++ c++11

How to build switch-case with variadic templates

Can "using" fully replace "typedef" in all cases?

c++ c++11 types typedef using

error C4996: 'std::_Copy_impl': Function call with parameters that may be unsafe

Type deduction given member function pointer with variadic templates

Initializer-list for initializing 2D std::array member

c++ arrays c++11

Lifetime of std::thread arguments

c++ multithreading c++11 stl

How is moving a const returned object possible?

This is not copy-initializing, or is it?

Why the common template method definition doesn't match the template class specialization?

c++ templates c++11

Qt signals missing in external dll

c++ windows qt c++11 mingw

What's the rationale of the exceptions of temporary object lifetime expansion when bound to a reference?