Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

What is the best way to form custom std::chrono::durations and std::ratios?

c++ c++11 chrono

C++0x const RValue reference as function parameter

Incrementation and decrementation of “enum class”

c++ c++11 enums

Why does 'std::vector<int> b{2};' create a 1-element vector, and not a 2-element one?

numeric_limits lowest and min member functions

c++ c++11 stl standard-library

replacement for std::binary_function

c++ c++11 deprecated

forward/strong enum in VS2010

Memory model ordering and visibility?

What is the point of using delete on a non-member function?

c++ c++11

How to replicate map, filter and reduce behaviors in C++ using STL?

How do I return the largest type in a list of types?

c++ templates c++11

Lvalue to rvalue reference binding

What is the return type of a lambda expression if an item of a vector is returned?

Can std::vector move its data to another address at emplace_back() even though there is still unused space according to capacity()?

Use cases for std::add_const and similar

c++ c++11 language-lawyer

How to check if fixed width integers are defined

c++ c++11 types stdint cstdint

Why is this not a constant expression?

Where to use the override keyword in C++

c++ c++11

Underlying type of a C++ enum in C++0x

c++ enums c++11

Expand macro inside string literal

c++ c++11 visual-c++ macros