home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03121.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-29  |  194.7 KB  |  1 channel  |  11,025 sample rate  |  18 seconds
Transcription: An enumeration gives names to a set of integer constants. These names can then be used instead of the integer constants. You can use enumerations in situations where only certain values are valid for your program or as an aid to program documentation.