home *** CD-ROM | disk | FTP | other *** search
- The built-in types are the types that are supplied as part of the
- C++ language, as opposed to the types that you define yourself.
- These types include the integral types (char, short int, int, long
- int, as well as their signed and unsigned variations), the
- floating-point types (float, double, and long double), and void.
- Other built-in types are derived from these types, including
- arrays, pointers, references, and constants.
-