Transcription: The build-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 build-in types are derived from these types, including arrays, pointers, references, and constants.