Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is the order of two same unordered_maps the same?

c++ std::move confusion

c++ c++11

Forcing RVO / move construction when returning by value

C++11 Do all control paths still need to return a value?

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

Qt raw vs std::shared_ptr

c++ qt c++11 shared-ptr

Return several arguments for another function by a single function

c++11 thread/mutex implementation in VS2012 - assertion fired

How to enable brace enclosed initializer lists for my own collection class?

How to use C++11 threading with Visual Studio

Ranged for loop const reference doesn't seem to make a difference

c++ c++11

Is it good practice to bind shared pointers returned by functions to lvalue references to const?

C++ function call with default argument in std::array?

Type traits which are true for all const/volatile/signed/unsigned version of a fundamental type

Can a C++ Compiler Eliminate a Volatile Local Var that is not Read

Rules for constexpr functions

c++ c++11 constexpr

Dealing with unique_ptr in containers

using with class & namespace differencies/ambiguity

c++ c++11

Get template function type

Is initialization order guaranteed

c++ c++11

Adding a map function to a vector in C++11

c++ c++11