Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Atomic Operations in C++

c++ c++11

Local static variable is instantiated multiple times, why?

c++ c++11

Test for "POD-ness" in c++/c++11?

c++ c++11 types

Lambda Capture and Memory Management

std::condition_variable spurious blocking

Can I move the contents of one vector to the end of another?

Rename std::vector to another class for overloading?

c++ c++11 stdvector

create container from another container, applying each element some function in c++

Why does `return {};` not apply to `std::forward_list`?

Is there a cast (or standard function) with the opposite effect to `std::move`

c++ c++11

Why is no empty argument list required inside this class definition?

Can I have non owning shared pointers?

Creating a function alias

c++ c++11 inline stdbind

Is libCurl really thread-safe?

How to define non-member operator overload for class template?

When is an rvalue evaluated?

Casting NULL to long is not ambigious?

c++ c++11

Why 'std::make_shared' is always using the global memory allocation even with class overloaded new/delete operators?

c++ c++11 make-shared

Preventing header explosion in C++ (or C++0x)

Is qualified name in the member function declaration allowed?