home *** CD-ROM | disk | FTP | other *** search
- The function myUnexpected() is a user-defined handler for
- unexpected exceptions. It prints a message. Then, it calls
- set_unexpected() with the function pointer "pfvOldUnexpected". In
- this case, set-unexpected() reinstates the system-defined function
- unexpected(). Finally, myUnexpected() calls Process().
-