C++ Data Types
Overview
Data types are the foundation of programming languages, defining the types of data variables can store and the operations that can be performed on this data. C++ provides rich built-in data types and also supports user-defined types.