Skip to content

Instantly share code, notes, and snippets.

View andreasgrv's full-sized avatar

Andreas Grivas andreasgrv

View GitHub Profile
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!?