Wednesday, May 12, 2010

Exceptions

After catching an exception with catch (...){}, you can get the what() data if you rethrow the exception and catch it with an exception type.

No comments:

Post a Comment