Safe ownership management.
Read more
Safe ownership management.
Choose enum class over enum for type safety.
Work with string efficiently.
Introduced in C++17
Introduced in C++20
Also known as virtual function table, dispatch table.
Slicing in C++ and how to prevent it.
Prevent C++ implicit conversion.
C-style casting, static casting, dynamic casting, reinterept casting