Changes between Version 5 and Version 6 of WikiStart
- Timestamp:
- 05/29/09 14:49:33 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v5 v6 1 [[Image(http://cexception.sourceforge.net/ cexception.png)]]1 [[Image(http://cexception.sourceforge.net/img/cexception.png)]] 2 2 3 3 CException is simple exception handling in C. It is significantly faster than full-blown C++ exception handling but loses some flexibility. It is portable to any platform supporting setjmp/longjmp.