Data Types in C++
Use fundamental types and standard library types (size_t, string, etc.).
Use fundamental types and standard library types (size_t, string, etc.).
Cast with static_cast, dynamic_cast, const_cast, and reinterpret_cast.
Learn preprocess → compile → link stages for C++ translation units.
Declare variables with auto/explicit types and mark constants with const/constexpr.