Simulates exception-handling in turbo c++ (or any other c++ compilers not currently supporting exception-handling). This code allows throwing of null-terminated strings only but should be sufficient for many purposes.
File List:
xception/
0b
xception/XCEPTION.CPP
1Kb
xception/XCEPTION.H
2Kb
xception/XCEPTTST.CPP
462b
Similar code
CError
(Popularity: ) : A collection of three classes which display a custom error message or display the built-in CRT or Win32 API error message: CBasicError - For custom errors, CLibraryError - For C run time library errors, and CWin32APIError - For Win32 API ... Easy debugging ouput
(Popularity: ) : Gives easy access to a default debugging output. Lets you print out values of type int, string, and char[] as well as discriptive strings.