Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

from unique_ptr<char[]> to unique_ptr<const char[]>

c++ c++11 constants unique-ptr

placing objects deriving from tuple into a vector in C++

Is there a brand new serialization as well as reflection library in C++11 standard?

What is a safe way to increment an int in a variadic template expansion?

C++ template specialization for specific values

How can I force the STL memory cache to clear?

c++ c++11 stl g++

Could an optimizing compiler remove all runtime costs from std::unique_ptr?

Visual Studio 2012/2013 in-class member initialization

Confusion over InputIterator semantics/concept requirements

c++ c++11 iterator

lambda parameter with optional return value

c++ c++11 lambda return-value

Probability Density Function using the standard library?

How to make my own initializer_list class in C++11?

c++ c++11 initializer-list

Migrating code from C++03 to C++11: should I be cautious about the implicit default move constructor?

c++ c++11 c++03

C++11 unordered_map time complexity

Heterogenous container using only static polymorphism

For a map of objects, can I emplace objects, or just pairs?

no match for operator << (operand types std::ostream) c++ OOP and Point [duplicate]

c++ oop c++11

unordered_map with IP address as a key

c++11 boost

C++ lambda function access write violation

c++ c++11 lambda

Braced-init-lists and function template type deduction order