Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

std::copy_n doesn't change destination vector size

Distribution as member of class in C++

std::stack element destruction order

c++ c++11

Continuation of "I just can not understand DR 712"

Nested lambda function

c++ c++11 lambda

Why is it called operator overloading?

c++ c++11

C++: What is the correct cast for offseting to std::vector iterator?

C++11: what's the difference between atomic<T>::store and atomic_store<T>

c++ function class c++11 atomic

Destructor in derived class marked as noexcept(false)

c++ c++11

using type alias doesn't work with "const" pointer

How to declare a member in a base template class where the type is dependent of the derived class?

template specialization for std::atomic<double> &

Is std::future::wait a memory barrier? (I can not explain this data race)

c++ multithreading c++11

Passing member function pointer as template parameter

c++ c++11 templates

C++ API design: is using void* a bad idea?

c++ c++11 api-design

Purpose of having std:less (or similar function) while it just call < operator

c++ c++11

Which is faster for IPC sharing of objects -ZeroMQ or Boost::interprocess?

Destroying condition_variable while waiting

c++ multithreading c++11

Callback using lambda with closures

Transform parameter pack types

c++ c++11 templates c++17