Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is it possible to invoke a user-defined conversion function via list-initialization?

How can compiler optimizations affect code logic?

Shortest way to read Textfile to String [duplicate]

c++ string file text c++11

Compile-time (constexpr) float modulo?

how to use std::rel_ops to supply comparison operators automatically? [duplicate]

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