home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03147.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-20  |  227.5 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: If you place the keyword const or volatile before the type, you are specifying that the object that is being pointed to is const or volatile. If you place the keyword const or volatile after the type, you are specifying that the pointer is const or volatile as opposed to the object that is being pointed to.