home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03103.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-20  |  231.9 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: In this example, the typedef statement creates age as a synonym for int. The variable currentAge is defined with type Age. Because Age is a synonym for int, the value of currentAge can be assigned to the int variable myAge. You can also use typedef to create synonyms for user-defined types.