home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A07096.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  260.9 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: To find out how many bytes of storage an object occupies, use the SIZE OF operator and specify the type of the object in parentheses. The type can be any user-defined type, such as the phone book class specified here, or can be any building type except void. In all implementations of C++, the expression SIZE OF paren char paren has the value 1.