SecureProgramming.com
Login
Username: 
Password: 
Forgot your password?
Create a new account





XXL - Exception Handling and Asset Management for CCategory: General / Miscellaneous
Language: C, C++, and Objective-C
Posted by John Viega on Sun, Aug 31, 2003 (03:55 PM) GMT [Submitted by Matt Messier]

External URL: http://www.zork.org/xxl/

XXL is a library for C and C++ that provides exception handling and asset management. Asset management is integrated with the exception handling mechanism such that assets may be automatically cleaned up if an exception is thrown, which allows for much simplified program structure with respect to error handling.


[Python Powered]