Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

std::shared_ptr assignment of data vs. memcpy

c++11 shared-ptr

Can std::initalizer_list cause lifetime issues?

Interesting stdext::hash_value() implementation

Why does the keyword `explicit` not apply to function parameters?

Partially specializing template class in c++

c++ c++11 templates

const char array template vs char const* function overload [duplicate]

Construct a variadic template of unsigned int recursively

How can I loop over pair in c++ [closed]

c++ algorithm c++11 std-pair

Why doesn't defining array without size with initializer work inside class definition? [duplicate]

C++11 static_assert (and functions to be used therein)

C++. How to return null pointer instead of function return type?

c++ c++11

Multithreading model of C++11

c++ multithreading c++11

C++11 Using "Range-based for loop" (for each) for dynamic array

c++ arrays c++11 foreach std

How to restrict template functor return and parameter types

c++ templates c++11

When does C++11 give warnings about operator precedence?

invalid initialization of non-const reference from an rvalue

for(auto &pointer : vectorOfPointers) vs for(auto pointer : vectorOfPointers)

c++ pointers c++11

How to differentiate fill constructor and range constructor in C++11?

C++: “invalid comparator” assert [duplicate]

c++ c++11 stl