Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Reading files and undefined behaviour

c++ c++11 io ifstream

how to assign values into a 2D vector like a 2D array

Is there any way to emulate compile-time double constant with MSVS2015?

Can't compile lambda when I want to catch something outside

c++ c++11 compilation lambda

Specifying a complement to std::to_string()?

c++ c++11

Lambda and bind not working together in VS2010

c++ lambda c++11 bind

How to do achieve "const" and "non-const" overloading without duplicated codes?

Intersection of two `unordered_set`s in C++ "not working" when in a class method but works with `set`?

c++ c++11 set unordered-set

Restricting function template types in Visual Studio 2012

Enumerator value made by or-ing other enumerators

c++ c++11

Inconsistent parameter pack deduction int and int& in variadic templated member function that creates a thread that runs a member function

How to pass an array of vectors by reference?

c++ c++11 c++14

Is a templated function that supports different levels of indirection possible in C++11?

Why does memory_order_relaxed and memory_order_seq_cst make no difference?

c++ concurrency c++11 atomic

What is the right way to pass an array of unique_ptrs?

c++ c++11 unique-ptr

Intersection of two unordered_maps

c++ c++11 stl unordered-map