Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

What is the best way to share data containers between threads in c++

c++ multithreading c++11

Constant Time Swap Logic for Vectors in C++ STL

c++ c++11 vector stl

GRANT support in MS ACCESS

c++11 ms-access odbc sql-grant

How can we predict the output of the following C++ Program [duplicate]

c++ c++11 gcc g++

Reading files and undefined behaviour

c++ c++11 io ifstream