Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

What's va_arg() in C++11 variadic template? [duplicate]

Is it possible to write/wrap the exception handling components (try,catch) in different class?

Unique pointer in-class initialization

Qt::make_shared for creating QSharedPtr as std::make_shared for creating std::shared_ptr

c++ qt c++11 smart-pointers

Obtaining all subpacks from a pack

What's wrong with this initialization of unique_ptr?

How can I convert an int to a string in C++11 without using to_string or stoi?

c++ string c++11 gcc

How to construct a tuple from an array

C++ generic insert into std container?

c++ c++11 containers

Correct way to allocate memory to std::shared_ptr

Is it possible to set the value of elements in a constexpr array after declaration?

c++ arrays c++11 constexpr

std::move with std::shared_ptr in lambda

What is a good design to add an "all" option to an enum in C++?

Different behavior when `std::lock_guard<std::mutex>` object has no name

c++ c++11 stdthread stdmutex

Is std::remove_if with lambda predicate and auto element possible?

c++ stl lambda c++11

What is the difference between SGI slist and C++11 forward_list?

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