This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| exception_game | |
| ============== | |
| How 'not' to use exception handling. | |
| Well since C++ unlike Java actually lets the programmer figure out how he wants to use exceptions.. | |
| Why not exploit the exceptions mechanism and be a bit more creative!? |
NewerOlder