The document provides a comprehensive overview of C++ data types, categorizing them into basic, modified, derived, user-defined, and abstract/STL types. It lists fundamental types like int, float, and char, as well as advanced structures such as classes and templates. The total number of core data types is around 25, which can exceed 50 with the inclusion of STL and object-oriented programming, and can be unlimited through user-defined types.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
1 views2 pages
CPP Data Types Chart
The document provides a comprehensive overview of C++ data types, categorizing them into basic, modified, derived, user-defined, and abstract/STL types. It lists fundamental types like int, float, and char, as well as advanced structures such as classes and templates. The total number of core data types is around 25, which can exceed 50 with the inclusion of STL and object-oriented programming, and can be unlimited through user-defined types.