Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Work around disregarded constexpr in Visual Studio?

Return std::array by value

c++ arrays c++11

Overflow in std::chrono::duration for remaining time measurement

does subscript evaluate before the right hand side of assignment operator

c++ c++11

Call Operator() for std::shared_ptr instance

c++ c++11 shared-ptr

ref qualifier gives error in gcc4.7.2 and vc10

Equivalent of WAIT_ABANDONED in C++11 threading

How to deduce nested container value type

c++ templates c++11 containers

Assignment operator in struct after adding mutex in C++

C++ header-only library avoid "using namespace" pollution

c++ c++11 namespaces

Get Latin Character in C++

c++ string c++11

atomic<T>.load() with std::memory_order_release

Is it possible to perfectly forward a "non-generic" type without using SFINAE or writing multiple versions?

C++ class implementation namespace

c++ c++11 namespaces

In which cases is it okay to allocate on the stack

c++ c++11 vulkan

Operations on byte are atomic in C++11?

multithreading c++11 atomic

C++: references and factories

c++ c++11

Accept lvalue ref or rvalue ref

c++ c++11 rvalue-reference

#error This file requires compiler and library support for the ISO C++ 2011 standard

c++ c++11

Why do <const char*> and <const char[]> have very different memory or pointer behaviour?

c++ arrays string c++11