Languages C / C++ Debugging and Error Handling  

Easy debugging ouput

download download  
important code information
author:
Gary Svenson
minimum requirements:
Easy debugging ouput description

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.txt1Kb
Debugging_write_to_file/Example_usage_code.cpp1Kb
Debugging_write_to_file/How_To.txt4Kb
Debugging_write_to_file/debug_out.cpp3Kb

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 ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 36
version
size in Kb 4
popularity   702/7913373
user rating 0/10
ad


New Code
Popular Code