home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03101.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-20  |  302.5 KB  |  1 channel  |  11,025 sample rate  |  28 seconds
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.