home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16142.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  245.6 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: If the type of thrown object is const or volatile, the catch argument must also be const or volatile to match. A const, volatile, or reference catch argument can match a non-constant, non-volatile, or non-reference object type. A non-reference catch argument type will match a reference to an object of the same type.