[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppDataType
There are standard data types (which are also keywords), 'extended data types' and user-defined data types, mostly classes.
The standard data types for C++ are as follows:
The range of each of these data types can be found with std::numeric_limits.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppDataType
(C++) data type
A type of data. As C++ is type safe, different types of data are distinguished. For example, the data type bool can only contain true and false, an integer only whole numbers and a double broken numbers.There are standard data types (which are also keywords), 'extended data types' and user-defined data types, mostly classes.
The standard data types for C++ are as follows:
The range of each of these data types can be found with std::numeric_limits.
'Extended data types'
'Data type' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
