Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Using Range-Based For Loops with Char Pointer String [duplicate]

c++ pointers c++11

Saving Random Number Generator State in C++11

c++ file-io c++11 random

New Sequence Points in C++11

c++ c++11

Singleton with private destructor using std::unique_ptr

Perfect forwarding with multiple passes over input arguments

function specialization based on if template parameter is shared_ptr

c++ templates c++11

Move vector between threads

c++11 clearing a container with std::swap vs operator=(T&&)

c++ c++11 std

Why can't I catch a luabind::error exception when my lua code throws an error?

Uncopyable class with automatic default and move constructors

How to store either rvalue or lvalue references in template

c++ c++11 rvalue

problems initializing a vector of vectors of an auto-inc type

How do I initialize an object of std::array<std::array<T, 2>, 2>?

Simple types with higher meaning (C++11)

c++ c++11 boost

Why is using the move constructor in a return statement legal?

c++ c++11

Smallest lexicographical value of a string

c++ string c++11

Why does this simple program using std::rotate not compile?

c++ c++11 std

Is it possible to apply a generic function over tuple elements?

c++ c++11 c++14

Using reference to pointer as a sequence in C++11 range for loop

c++ c++11

c++11 get string length in compile time by constexpr

c++ c++11 constexpr