Category: C++
C++ tutorials for modern application and systems programming
Move Semantics in C++
Transfer resources efficiently with move constructors and std::move.
Multithreading in C++
Create threads with std::thread and synchronize with mutexes/atomics.