Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Should I move a temporary into a variable?

c++ c++11 move-semantics c++14

Operator "<<" overloading return type

c++ c++11

Variadic template with explicit arguments and sizeof... Visual Studio 2013

implicit reinterpret cast on reference without warning/error

android-ndk: stoi / stof / stod / to_string is not a member of 'std'

std::map insert thread safe in c++11?

C# style Action<T>, Func<T,T>, etc in C++0x

c# c++ templates lambda c++11

How do I print the sum of first and last elements, followed by the sum of the second and second-to-last, and so on?

c++ c++11

second grade move

c++ c++11

is it safe to modify variables in the via closure from the inner frame of a lambda that was create from a function that no longer function exists

c++ c++11

shared_ptr assignment notation implicit conversion

c++ c++11 shared-ptr explicit

C++11 std::this_thread - How to cancel sleep_until ()?

difference between new int[100] and new int[100]();

Convert __m128i value into std::tuple

c++ c++11 sse simd

How to pass and share shared_ptr ownership with a better performance? [duplicate]

c++ c++11 shared-ptr

Unpacking parameter packs multiple times

C++ Primer 5th Edition Chapter 16.5 Class-Template Specializations

c++ c++11 decltype errata