Posts tagged with exception
Extending std::exception
Dennis - May 12th, 2009
Published in Programming
So you’re writing some C++ code, feeling all object oriented and all, and you decide you’d like an application specific exception whenever one of your methods has an issue. You’d like to have error messages that the exception can print up if thrown and you think to yourself, “hey, I’ll just extend std::exception, add the [...]
- Share this:
- Share
2 Comments