Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is a std::vector<T> movable if T is not movable?

C++11 uint types vs u_int

c++11 uint cstdint

Accessing std::vector elements via pointers vs end()

c++ pointers c++11

What does that have to do with function overloading?

auto changes meaning in C++11; please remove it what does this mean?

Is it valid to cast from A* to B* via dynamic_cast when A and B haven't a common ancestor?

How to std::hash an unordered std::pair

c++ c++11 hash stl std-pair

OS X/Clang won't use c++11 headers

c++ macos c++11 cmake clang

Force a compile time error in a template specialization

why can't default argument depend on non-default argument?

c++ c++11

Is it specified in the C++11 standard that std::begin(Container&&) returns const_iterator?

c++ c++11

std::move- How to warn programmer not to use *moved from* object

c++11 c++14 move-semantics

Is my wait - notify mechanism using std::mutex correct?

When should you ever use functions over functors in C++?

c++ c++11

C++ std::vector clear all elements

c++ c++11 stdvector

Faster way to read/write a std::unordered_map from/to a file

How to use boost::pool library to create a custom memory allocator

are they adding copy_if to c++0x?

c++ algorithm c++11

How to find the length of a parameter pack?

what will be the official name of c++0x? [closed]

c++ c++11