home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16098.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-03  |  222.6 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: C++ implements exception handling through the use of three language constructs, try, catch and throw, together with two system-defined exception handlers, unexpected and terminate. C++ uses exception specifications to indicate to users the exceptions that a function can throw.