Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++ anonymous union redeclaration error

c++ c++11 g++

Why is this template inference failing

Overload selection between pointer and reference for double argument when passing 0 literal

c++ c++11

Linux RT Preempt - Are POSIX threads required?

What is the correct way to deal with medium-sized byte arrays in modern C++?

c++ c++11

Typedef with template functions

c++ c++11

Is implementing RAII via constructors and destructors considered bad 'Modern C++'?

c++ c++11 raii

How const_cast does it job?

c++ c++11

How can I use templates to deduce the parameter types of a std::function?

Why is the default seed of `mt19937` 5489?

c++ c++11 random mt19937

reference types and literal types

c++ c++11 language-lawyer

C++11: intptr_t/int_ptr_t, intmax_t/int_max_t?

c++ c++11

Reserving capacity for an STD vector<bool> template specialization

Avoiding the warning: operation on ‘count’ may be undefined [-Wsequence-point]

C++11: How can I join a std::thread as soon as its execution function exits?

c++ multithreading c++11

Class member function defined outside its namespace

My tree-node has a missing link

c++ c++11