Tag: CPP
Compilation and Execution in C++
Learn preprocess → compile → link stages for C++ translation units.
Variables and Constants in C++
Declare variables with auto/explicit types and mark constants with const/constexpr.
Introduction to C++
Start learning C++ — from syntax and OOP to STL, modern features, and a final C++ application project.
What is C++?
Define C++ as a compiled language extending C with classes, generics, and a rich standard library.