home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03098.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-29  |  221.5 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: A statement that assigns a type to an identifier is a declaration. A statement that also creates an object is a definition. In C++, many declarations are also definitions. Of these three statements, only the declaration of the struct Employee is not also a definition.