Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Correct usage of atomics

Lifetime of data associated with std::current_exception

c++ exception c++11

How virtual inheritance is implemented in memory by c++ compiler?

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

C++ lambda. How need to capture the pointer?

What are the benefits and risks, if any, of using std::move with std::shared_ptr

Getting rid of an ugly C construct

c++ c c++11 macros

Consecutive, distinct sequences in C++ 11 using Atomic

c++ c++11 atomic

Vector-like container that can have instances with storages mutually contiguous?

Ambigous member request from variadic template

Variadic template function accepting lambda

Specialization of variadic template function

Is MFC UpdateAllViews blocking or non blocking?

How to fix a C++ thread deadlock example

Why aren't string literals passed as references to arrays instead of opaque pointers?

c++ string c++11 c++14

Using std::enable_if and variadic base classes

c++ templates c++11 enable-if

Can std::cout set badbit or failbit with the operator <<? If so, when?

c++ c++11

Range based for-loop for priority_queue

Incorporating boilerplate vector<> code in C++

c++ c++11 stl

Is this a legitimate method for making sure implicit type conversion does not happen

c++ c++11

What is wrong with this use of std::enable_if?

c++ templates c++11