Tag: Tutorial
References in C++
Bind aliases with references — must be initialized and non-null conceptually.
new and delete in C++
Use new/delete (and new[]/delete[]) when you must manage raw ownership.
Classes and Objects in C++
Define classes and create objects that encapsulate state and behavior.
Arrays in C++
Use built-in arrays carefully; prefer std::array / std::vector in modern C++.