Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

how to use C++11 integral_constant::value_type()

c++11

What is the reason to we can not define friend function in local class?

c++ c++11 friend local-class

When does the compiler move/copy in C++?

c++ c++11

C++11: what is the proper way to migrate from old-style enum to enum class?

c++ casting c++11 enums

C++ std::move a pointer

how to correctly find out the return type of a lambda

c++ c++11

C++11 std::atomic_fetch_add vs __sync_fetch_and_add

c++ c++11

Assign to *this in constructor

c++ c++11

Smart pointers and derived classes

C++11: when move ctor/operator= is called?

c++ c++11

xlib XNextEvent checking if a key is held down

c++ linux c++11 x11 xlib

With strict aliasing in C++11, is it defined to _write_ to a char*, then _read_ from an aliased nonchar*?

c++ c++11 strict-aliasing

Make a boost filtered_graph by vertex label property

c++11 boost boost-graph

how is std::is_function implemented

c++ c++11

how to convert "std::chrono::system_clock::now()" to double

c++11 double c++-chrono

What is the difference between r-value references and l-value references? (CodeGen)

c++ c++11

Is it safe to store a pointer to an item in an std::set? [duplicate]

c++ c++11 stl

How to enable the _Generic keyword

c++11

error: ‘fileno’ was not declared in this scope

c++ c++11 makefile