Lesson 11: Handling Types in C++ Basics
The “C++ Basics” series of blogs serves as a reference to the book “C++ Primer (5th Edition)” (C++11 Standard), which includes my own study notes. 1. Type Aliases Type aliases are names that serve as synonyms for certain types. There are many benefits to using type aliases; they simplify complex type names, making them clearer … Read more