Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How to ensure a specific class only can create an instance of another class?

c++ c++11

Using variable number of float arguments

Why does std::condition_variable as a class member cause compile errors with std::thread?

Difference between std::resize(n) and std::shrink_to_fit in C++?

std::make_shared, std::unique_ptr and move constructors

c++ stl c++11 clang

Non-obvious lifetime issue with std::promise and std::future

c++ c++11 promise stdthread

How to combine the use of std::bind with std::shared_ptr

c++ c++11 std shared-ptr stdbind

Numeric literal operator error

How to declare and link to RoInitialize,RoUninitialize,RoGetActivationFactory and HSTRING Functions in Mingw Gcc

decltype as a return type in class member function

c++ c++11 decltype

Join two tuples in C++11

c++ c++11 tuples

How to test if a method is const?

c++ templates c++11 typetraits

C++11: Is using std::move only safe on temporary objects?

c++ c++11 move lvalue

using-declaration doesn't works correctly

Different behavior when trying to swap two variables using {} and std::make_pair()

c++ c++11 swap std-pair stdtuple

Does make_shared do a default initialization (zero-init) for each member variable

Is unlocking a lock_guard manually undefined/bad design?

c++ c++11 mutex

C++11 char16_t strlen-equivalent function

c++11 strlen char16-t

How do compilers treat variable length arrays

c++ c templates visual-c++ c++11

nullptr vs __nullptr

c++ c++11 c++-cli