Gives easy access to a default debugging output. Lets you print out values of type int, string, and char[] as well as discriptive strings.
File List:
@PSC_ReadMe_5767_3.txt
1Kb
Debugging_write_to_file/Example_usage_code.cpp
1Kb
Debugging_write_to_file/How_To.txt
4Kb
Debugging_write_to_file/debug_out.cpp
3Kb
Similar code
xception
(Popularity: ) : 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. 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 ...