Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Passing variadic class template's sub-classes to function that only accepts the base class (via parameter pack deduction/inference)

Possible memory leak by continuously starting threads?

std::put_time formats

c++ c++11

Cannot convert enum class to int using static_cast

c++ gcc c++11 enums

Assigning a const_iterator to an iterator

Wrong usage of std::future?

Is it guaranteed that constructor is called exactly when the variable is defined?

C++ : overflow in implicit constant conversion [-Woverflow]

c++ c++11

What's the best way to make an std::string out of one char? [closed]

c++ c++11

What exactly is a variable template

c++ c++11 templates c++14

Disable "In file included from" g++ message

c++ c++11 pragma g++4.8

C++ Why it's not the same address (pointers)

Forms of list initialization

How do I set a specific time using the std::chrono library?

c++ c++11 c++-chrono

c++ O3 optimization breaks working while loop

Binding const T (&ref)[N] to object of type T[N]

Erase a vector element from list of vectors c++

c++ c++11

Why does the insertion of user defined destructor require an user defined copy constructor

Destruction of thread_local objects

c++ multithreading c++11