Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

function declaration without definition

why we should put `std::unique_lock` under a local scope?

c++ c++11

Best strategy for manual memory management using smart pointers?

c++ c++11

std::atomic library dependency (gcc 4.7.3)

c++ gcc c++11 shared-libraries

C++11 pass std::unique_lock<std::mutex> to lambda

Why weak pointer is getting created with shared_ptr?

Function overloading resolution with weak_ptr as argument

Nested map bracket initialization fails to compile

c++ c++11 dictionary

Variadic template constructor selection fails when argument is a reference

Access class variable from std::thread

c++ multithreading c++11

How to expand parameter pack of base classes and call member function of each one?

Should I move a callee's return value if I'm going to construct an object with it?

How to get the index of an element in a tuple via address?

c++ c++11 tuples

std::pow with integer parameters, comparing to an integer type

Is TR2 Going to be Released in C++17?

c++ c++11 tr1 c++17 c++-tr2

Why are some threads deferred?

c++ multithreading c++11

Glvalue real examples and explanation?

c++ c++11

Union correct usage

c++ c++11

Use std::uniform_int_distribution and define its range later

c++ c++11 random

Should safe pointers be used in strategy pattern?