Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Loop over all (unordered) pairs of elements in a vector

c++ c++11 stdvector

Convert vector of vector to pointer of pointer

c++ c++11 pointers stdvector

`noexcept` specifier for getters and setters

c++ c++11

Why is == operator overload of enum ambiguous in MSVC

C++/Arduino Pass a function as argument

c++ c++11 arduino

`std::unordered_map` without duplicating key data

c++ c++11 unordered-map stdmap

Most elegant way to split a C++ TypeList

Safe to pass empty variables by value, when they have no definition?

Attributes in C++. Are they really required for programmers?

c++ c++11

Is accessing a 2D array (T[N][M]) as a 1D array of size N*M guaranteed to work? [duplicate]

Move constructor for returned objects breaks C++98 code?

c++ c++11 gcc rvo

Is it possible to match recursively integer template parameters in C++?

How are lambda captures initialized in case of nested lambdas?

Insertion to std::list<std::vector<int>> failed when using initializer list as the value?

c++ c++11 stl

Can threads be safely created during static initialization?

strongly typed C++0x enumeration comparison

c++ enums c++11 enum-class

Where in the C++ Standard does it say ::delete can change lvalues?

C++0x rvalue reference template argument deduction

c++ c++11 rvalue-reference

Thread-safe copy constructor/assignment operator

c++ c++11 thread-safety

What stable c++11 feature can be used safely [closed]

c++ c++11