Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
8 years of C++ Exception Handling
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="lilburne, post: 1478377"] Well I still don't know what you mean by an error, but you could probably achieve the same by assertions. That way you force me to fix my code in debug, and I don't pay for the checks in release. You'd probably hate mine too. Minimal runtime checking but heavily laced with assertions. Violate a precondition and in a debug run - kerboom. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
8 years of C++ Exception Handling
Top