Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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

Qt support for C++0x enum class

c++ qt enums c++11 qobject

std::remove, std::move(range) and moved-from elements

c++ c++11 move stl-algorithm

Why is my year from strftime() method not outputting what I expect

c++ c++11 strftime

Lambda capture list and copying

c++ c++11 lambda

Count unique words in a string in C++

c++ c++11

Delete a key/value pair from an unordered_map C++

c++ pointers c++11 dictionary

C++: use void as template argument

Partial instantiation of template template parameter

c++ templates c++11

Mapping runtime types to a parallel class hierarchy … with templates

Java-like lastIndexOf in c++

c++ boost c++11 lastindexof

Why can't std::is_permutation act between two different types of data?

c++11 lambda stl

Synchronizing global reference-counted resource with atomics -- is relaxed appropriate here?

Why calling shared_from_this calls std::terminate

c++ c++11 shared-ptr c++17 std