Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Using enable_if to match numbers as function parameter

c++ c++11 enable-if

Why default move constructor cannot be created in this example [duplicate]

Why is_copy_constructible_v<vector<unique_ptr<int>>> is true, but it cannot be copied? [duplicate]

c++ c++11 type-traits g++4.8

c++ std::sort unexpected behaviour (Runtime Error)

Single threaded shared pointer for simple inclusion in large project

std::thread C++ 11 fails to explain me why

multithreading c++11

C++ Making a 2D boolean matrix

Attempting to use vector's fill constructor in class member initialization fails. What is wrong?

Pure Virtual Destructor with Default Keyword

c++ c++11 virtual-functions

Are variadic functions deprecated?

How to properly use shared_ptr in good C++ APIs

c++ c++11

make is not using -std=c++11 option for g++

c++11 makefile g++

Templated function can't convert 'int' to nullptr_t

Contiguous Memory

c++ c++11 memory optimization

no type named ‘value_type’ in ‘struct std::iterator_traits

c++ c++11 iterator

How to start thread with function object with argument

multithreading c++11

New to c++11 features, proper use of shared_ptr?

How does std::string::erase remove characters from a string?

c++ string c++11

auto open_flags = std::ios::binary; seems to produce the wrong type in MSVC. Is it a bug?

Iterating over std::vector with lambda does not want to remove with remove_if