Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why std::function is too slow is CPU can't utilize instruction reordering? [closed]

c++ c++11

why does std::thread throws an error when it's asked to run an overloaded function?

How lock_guard<mutex> constructor can be compiled fine without mutex instance?

c++ multithreading c++11 mutex

std::numeric_limits as a Condition

Is there an official TCHAR type in C++ now?

Inheriting templated constructor from class template?

Is it legal to use an rvalue reference of `std::future` as a parameter?

c++ c++11

Is it legal to pass `std::shared_future` as a reference to functions?

c++ c++11 asynchronous future

MSVS 2015: vector<bool> has no 'data' member

"Converting" from int[] to std::array at fread?

c++ c++11 std

Using std::bind to bind parameters and object instance separately

c++ c++11 std stdbind

How can a template argument after variardic arguments be inferred?

Side effect c++ vector copy and deletion

c++ c++11 vector side-effects

Deduce template-argument from std::function's return type

Can std::initializer_list be constexpr(GCC and Clang disagree)? [duplicate]

Using a C++11 Range for loop to Change the Characters in a string

c++ for-loop c++11 reference

C++11 Move constructor optimization

c++ c++11 move-semantics

How performing multiple matrix multiplications in CUDA?

High performance solution to take N arguments and return N values