Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Freetype glyphs wrap when loaded into openGL

c++ opengl c++11 glfw freetype

static_assert on array values

c++ arrays c++11 static-assert

C++ variadic template: remove/replace type at index

Passing method with variadic arguments as template parameter for a function

make usage of the c++ override keyword mandatory?

What is the best way to express a templated numeric literal?

std::conditional with SFINAE [duplicate]

C++ pointers and concurrency

Does this transitive happens-before use case need sequential consistency or will acquire/release suffice?

std::reference_wrapper does not work nicely with std::bind

c++ c++11

c++11: constness in perfect forwarding

c++ c++11

WinAPI LPWSTR, C++11 u16string?

c++ winapi unicode c++11

Design Behavior of auto_ptr, unique_ptr and shared_ptr for arrays

c++ c++11

Assigning vectors without copying them

c++ c++11 vector

Why do I need std::endl to reproduce input lines I got with getline()?

c++ c++11 iostream getline

=default and =delete is a function declaration or a function definition?

c++ c++11 language-lawyer

std::make_shared makes two constructor calls in VS2012

C++ logging class instance identifier

c++ c++11

Why can't C++ using-declaration expose a protected member of base as a public member of derived?

Specialising Rcpp::as() for std::array

r c++11 rcpp