| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
access memory | C | Beginner / Ngo Khanh Hoang | 9124 since 5/6/2004 8:50:04 AM |
By 1 Users
|
| |
allow you access the location of memory (ScreenShot) |
| |
| |
| |
 |
An STL Error Message Decryptor for Visual C++ | Microsoft Visual C++ | Beginner / Leor Zolman | 10526 since 9/15/2001 11:50:23 AM | Unrated
|
| |
This package provides a set of tools to shorten the length of VC++
STL-related error messages, allowing essential information to fit
in status bar line at the bottom of the Visual Studio IDE.
Currently, all *standard* STL containers have been addressed fo ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Attach a console to a window | Microsoft Visual C++, Borland C++ | Intermediate / Mahalosoft | 14671 since 10/16/2002 3:38:38 AM |
By 4 Users
|
| |
Learn how to quickly attach a console to a window for instant output and feedback. Console apps trivialize the ability to output text data in a fast efficient manner. Displaying diagnostic data in a windowed application is not so trivial or straight forw ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
CError | C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / Eugene Ciloci | 9979 since 9/18/2001 12:24:13 AM | Unrated
|
| |
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 errors
|
| |
| |
| |
 |
COMMON C ERRORS - I | C | Beginner / Anuj Prateek | 7931 since 9/18/2007 9:52:45 AM |
By 2 Users
|
| |
This document will list out all the common errors that we do while writing C programs. The scope of this document is limited to Variables, Functions, Loops, Conditions and Arrays. |
| |
| |
| |
 |
Curly Bracket Counter | C++ (general) | Beginner / Jon Martin | 12378 since 5/2/2000 10:19:56 PM |
By 2 Users 2 Excellent Ratings
|
| |
Counts all valid curly brackets in a c++ source file. Tells where a file's brackets may be out of balance OR tells the user if the brackets are in balance. |
| |
| |
| |
 |
Debugger | C, C++ (general), Borland C++ | Intermediate / Benny T. | 11060 since 5/28/2001 4:25:46 AM |
By 1 Users
|
| |
This is a demonstration of how to detect application level debuggers and also SoftIce in Win32 C programming. |
| |
| |
| |
 |
DriveType | Microsoft Visual C++ | Beginner / Ariel D. Poliak | 4735 since 11/10/2005 5:16:41 PM | Unrated
|
| |
A helper when debugging AutoRun/AutoPlay. This will tell you how Windows sees each drive (or if you specify, a single drive) in the system (ScreenShot) |
| |
| |
| |
 |
dump_memory | C | Beginner / Ngo Khanh Hoang | 6844 since 5/6/2004 8:45:33 AM | Unrated
|
| |
allow you access the location of memory (ScreenShot) |
| |
| |
| |
 |
Easy debugging ouput | C, C++ (general), Microsoft Visual C++ | Beginner / Gary Svenson | 7901 since 2/20/2003 5:24:31 PM | Unrated
|
| |
Gives easy access to a default debugging output. Lets you print out values of type int, string, and char[] as well as discriptive strings. |
| |