Important alert: (current site time 7/15/2013 5:13:33 PM EDT)
 

Browse Category or Search Results.

Search Results: Page 3 of 4 found. Entries 21 - 30 of 39 found
Jump to page: 1 2 3 4 

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  Help me in delayHelp me in delayC, C++ (general), Microsoft Visual C++, UNIX C++Beginner /
LCH
3588 since
9/23/2001 12:01:43 AM

By 1 Users

       Help me thanks!
 
 
  HexDumpHexDumpC, C++ (general), Microsoft Visual C++, Borland C++Intermediate /
Scott Mitting
5034 since
9/22/2000 12:19:30 PM
Unrated
       This takes any pointer and displays its contents in a manner similar to good ol' DOS Debug.com. I've found this useful for debugging in situations where the debugger just isn't easily accessible.
 
 
  Hospital SystemHospital SystemC++ (general), Microsoft Visual C++Beginner /
Stanley Wong
7087 since
11/17/2001 4:32:55 AM

By 4 Users
4 Excellent Ratings
       A simple hospital system. Can add, update, retrieve and delete records like patient, ward, employee... I think it's helpful for those who want to know about how to update and delete record. Please give your comment so that I can improve on it.
 
 
  How to Debug in Release ModeHow to Debug in Release ModeMicrosoft Visual C++Beginner /
Justin Beerley
6684 since
1/11/2006 3:10:38 AM
Unrated
       Your software works perfectly in debug mode, but the release version has unforseen problems that you can't sort out! This article will teach the three easy steps to enable debugging in release mode.
 
 
  Lexical AnalyzerLexical AnalyzerCBeginner /
Javed Ahmed Quadri
4472 since
12/5/2008 11:37:57 AM

By 2 Users
2 Excellent Ratings
       This is a program for lexical analyzer that determines the keyword,identifiers,different types of operator and special characters of another program.Click here to see a screenshot of this code!(ScreenShot)
 
 
  Lexical Analyzer for Java ScriptLexical Analyzer for Java ScriptCIntermediate /
Nimal Prakash
6898 since
6/27/2007 3:46:54 PM
Unrated
       Lexical Analyzer for Java Script, tokens keywords and identifiers on a Java Script file. Identifies strings, comments, etc.
 
 
  MallocDebugMallocDebugC, C++ (general), UNIX C++Advanced /
Paul Baxter
4204 since
3/5/2002 12:59:35 PM

By 1 Users

       This is a code library that tracks every malloc, realloc, free called. It will tells which pointers were not freed, if you try to free a non allocated block, overwrite the end of an allocated block. It will display file and line number where the allocatio ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Process InfoProcess InfoMicrosoft Visual C++Intermediate /
Daniel F. Martins
3542 since
2/16/2004 12:00:57 AM

By 1 Users

       This code can help you to find the process base address and get more information about it. It's useful if you want to make a process patch (i.e. trainers, loaders, ...)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Programming on LinuxProgramming on LinuxC, C++ (general), UNIX C++Advanced /
Lee Trager
4684 since
1/29/2002 6:41:31 PM

By 6 Users
3 Excellent Ratings
       This will show you how to code in Linux using g++.
 
 
  Read & Write To Process MemoryRead & Write To Process MemoryBorland C++Intermediate /
Jerome Scott II aka codecaine
2901 since
10/31/2004 6:56:28 PM
Unrated
       I used a program called tSearch to get mindsweeper timer memory address. You can get it at http://membres.lycos.fr/tsearch/ You must have mindsweeper open to for the program to work.
 


Search Results: Page 3 of 4 found. Entries 21 - 30 of 39 found
Jump to page: 1 2 3 4 


Compatibility Filter Profile:

C
C++ (general)
Microsoft Visual C++
Borland C++
UNIX C++