Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How to ensure constness of the returning vector<unique_ptr>

c++ c++11

connect QPushButton via lambda

qt c++11 lambda

QAbstractItemModel foreach iterator with functors: is there a better way to do this?

Why does unique_ptr have an overload for auto_ptr?

c++ c++11 unique-ptr auto-ptr

Boost requirements in terms of C++ language version and Standard Library dependencies

c++ c++11 boost embedded

Volatile related error in C++ code

c++ windows c++11 gcc volatile

macosx thread explicitly marked deleted

Create a variadic template from a constexpr array

c++ c++11 c++14

Selective forwarding function

std::forward_list and sequence concept requirements

c++ c++11

Undefined reference in jsoncpp operator=

c++ c++11 ubuntu-14.04 jsoncpp

Template parameter pack provokes error while explicit parameters not

Fitting string literals for different string classes

storing mutexes in a vector/deque c++

c++11 mutex

Enforcing invariants in metaprogramming

Is there such a thing as too many include paths?

c++ c++11

C++0x unique_ptr replaces scoped_ptr taking ownership?

c++ smart-pointers c++11

How can memory_order_relaxed work for incrementing atomic reference counts in smart pointers?

Comparing 3 modern c++ ways to convert integral values to strings

c++ c++11 boost stl c++20

Exceptions to the order of destruction for temporary objects?

c++ c++11