Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++11 get a task finished by one of two algorithms

Undefined reference linker error when using 16-byte CAS with GCC

c++ c++11 atomic

Implementing static version of std::all_of using template metaprogramming?

When move constructor are called

c++ c++11 constructor

Weird result with std::chrono::duration_cast for 1 second and 2 second

c++ c++11 output duration chrono

STL associative containers: erasing and getting back the (noncopyable) element

c++ templates c++11 stl

Will const and constexpr eventually be the same thing?

Why did this C++ program fail in compilation?

Derive from std:string to add typedefs and enums

std::tuple as template argument?

c++ templates c++11

Unlock a thread from another thread in C++11

Constness of STL containers and their elements - when to use const?

c++ c++11 vector stl constants

Using enumerated class values to call an array element in C++

c++ arrays c++11 struct enums

Is it valid to pass non-arithmetic types as arguments to cmath functions?

asio lambda with unique_ptr capture

How to detect whether some callable takes a rvalue reference?

C++11 std::thread join crashes with system_error exception and SIGABRT on Xcode 6?

global declarations/initializations using static, const, constexpr

c++ c++11

C++ Template Metaprogramming issue in type selection

c++11 boost

Did I understand correctly the point of Scott Meyers' example of std::weak_ptr?