Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

HippoMocks - mocking a function that returns a unique_ptr

c++ c++11 mocking hippomocks

C++11 language support in g++ without the library-breaking features of `-std=c++11`

c++ c++11 g++

The C++11 way to build an event loop

Range-based for loop with boost::adaptor::indexed

c++11 boost-range

C++ How to insert array to unordered_map as its key?

c++ c++11 unordered-map

alternative to std::this_thread::sleep_for()

c++ c++11

Why do non-static data member initializers defeat uniform initialization syntax?

How many random numbers does std::uniform_real_distribution use?

c++ c++11 random

How to save variable number of arguments using variadic template arguments?

Standard C++ function object template for the subscript operator

c++ c++11

Deduced type of "auto it = unordered_map.find(key)"?

c++11 const-iterator

boost::filesystem::copy_file() missing symbol in c++11

boost c++11

Generating 64-bit values with a 32-bit Mersenne Twister

c++ boost c++11 random

defaulted ctor differences between gcc 4.6 and 4.7

C++ atomics and cross-thread visibility

decltype(auto) vs auto&& to conserve cv qualifier

c++11 c++14

Computing the address of an object from the address of one of its member subobject

A* graph algorithm giving incorrect output

algorithm c++11 a-star

`constexpr` reduction of `std::array` with binary operation

c++ arrays c++11

C++ type that can only be used as constexpr variable

c++ c++11 constexpr