home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03132.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-12  |  281.1 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: A sequence of digits that does not begin with zero is an integer constant that represents a decimal value. If the first digit is zero followed by X, it is a hexadecimal value. If the first digit is zero and is not followed by X, it is an octal value. Note that the sequence of digits in an integer constant can include the letters X and the sign characters plus and minus.