Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is store reordering allowed by C++ as-if rule?

c++ c++11 as-if

Setting Eigen Matrix/Vector by index

c++ c++11 eigen eigen3

C++ Templates: dealing with long class names [closed]

c++ c++11

Spinlock implementation reasoning

c++11 boost spinlock

Constructor inheritance and custom constructors

c++ inheritance c++11

The sequential consistent order of C++11 vs traditional GCC built-ins like `__sync_synchronize`

How to prevent idle time from increasing after the last CPU burst in SRTF scheduling?

c++ algorithm c++11

How do I create concurrency::task from result?

c++ c++11 task ppl

boost::asio::bind_executor does not execute in strand

c++11 boost asio

Pattern for managing application configuration in a maintainable way

Will CPU cache line flush after Compare and Swap?

linux c++11 kernel cpu-cache

lambda to curl callback function

c++ c++11

Can delegation constructor in C++ be called in the body or just in the initializer list?

c++ c++11

throw an exception from a lambda expression, bad habit?

c++ c++11

How to pass the ownership of an object to the outside of the function

c++ c++11 move

Parameters to operator new

c++ c++11 memory-management

Using std::thread to call std::sort directly

Why unique_ptr requires complete type in constructor?

"ambiguous call to overloaded function" when using variadic templates in VS2013