Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Inheriting std::vector::iterator for custom class?

c++ c++11 vector stl iterator

std::tuple with generic types like boost::any

c++ c++11

Compile time dispatch: conditional on valid call

c++ c++11 sfinae

Linking error due to constness of the pointer array in C++03/C++11

Binding a std::function to the same function of a different object instance

c++ c++11 std-function

How to move future into lambda-expression

c++ c++11 lambda move future

Having a template parameter depend on a parameter list

Practical limitations on amount of constexpr computation

c++ c++11 c++14 constexpr limits

Is it valid to cast pointer to struct to array pointer

How to do Y = aX + Y in C++

c++ c++11

c++11 value-initialization prior to aggregate-initialization

Possible to use extern variable in classes?

c++ c++11 extern

Atomic bool fails to protect non-atomic counter

How to query a constexpr std::tuple at compile time?

c++ c++11 constants tuples

weak_ptr, make_shared and memory deallocation

What is the right way to expose resources owned by a class?

c++ c++11 unique-ptr ownership

c++11 emplace_back and push_back syntax with struct

c++ c++11 rvalue-reference

Efficiently generating random bytes of data in C++11/14

c++ c++11 random distribution

Spurious warning about binding temporary to reference member in constructor

c++ c++11 g++ object-lifetime

Explicit copy constructor and uniform initialization