Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Uncorrelated parallel random seeds with C++ 2011?

c++ random c++11 seed

Why compiler allows narrowing conversions

c++ c++11

Move constructor and initialization list

What's an enum class and why should I care?

c++ c++11 enums enum-class

Can I replace SDL_GetTicks with std::chrono::high_resolution_clock?

c++ c++11 sdl

Why can't I initialize std::vector with list-initialization

c++ c++11

std::thread Visual Studio 2012 Warning

emplace_back and Inheritance

c++ inheritance vector c++11

Why does =default on operator= compile when there is a const member?

c++ c++11

Wrong forwarding of rvalue reference

c++ c++11 rvalue

Setter of a lambda function?

c++ c++11 lambda setter

rvalue and lvalue reference with lambda expressions - gcc vs. msvc

c++ visual-c++ gcc c++11

clang 3.3 and GCC 4.7 const v's constexpr

Range-based loop & Inline functions

c++ loops c++11 inline

C++11 Implicit conversion from initialization list to array parameter

Why is std::vector so fast ( or is my implementation is too slow )

c++ performance c++11 stl

(rvalue reference) VS (const lvalue reference) as function parameters in C++11

c++ c++11 rvalue-reference

Are the data elements of nested std::initializer_lists guaranteed to be contiguous?

c++ c++11 initializer-list

can defaulted default constructors throw?

c++ c++11

C++11 using std::equal_range with custom comparison function

c++ c++11