C++ Generics (Templates)
C++ Streams: Sources and Destinations of Data
OOP in C++: Classes
C++ Function Objects
Using std::optional to store optional values
std::optional
C++ Emplacing
C++ STL Containers
Iterators: Pointers for STL Containers
STD Strings: <string> and <string_view>
Regular Expressions in the STL
std::unique_ptr: a Smart Pointer that Cannot be Copied
std::unique_ptr
std::shared_ptr: a Smart Pointer that Keeps Count of its Copies
std::shared_ptr
C++ Concepts in Generic Programming
C++ Exceptions
Handling Type with <type_traits>
<type_traits>
The C++ Programming Language
Mathematical constants (<numbers>)
<numbers>
C++ get()
C++ Core Guidelines, a collaborative effort led by Bjarne Stroustrup, much like the C++ language itself.
The C++ Boost Library: Beyond the STL