home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A12111.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  219.9 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: If an integral type is converted to a signed integral type, the value is unchanged if it can be represented in the sign type. If not, the value depends on the implementation. For example, a very large unsigned integral value may end up having a negative sign after it is converted to a signed integral type.