home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01164.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-16  |  229.2 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: In C++, all operations on objects are subject to strict type checks. Expressions can be used only when their type is appropriate. In many circumstances, the checks performed by C++ are stricter than those performed by the C language. This strict typing is necessary to make user-defined types as easy to use as built-in types.