home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH16
/
A16133.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-25
|
302 b
|
6 lines
Here, an integer exception handler is declared. When an integer
exception is thrown, the exception handler catches it. The
exception is passed to the handler in the parameter "y". The
handler examines the contents of "y" and takes appropriate action.
In this case, the value of "y" is printed.