| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Easy Memory Controller. (Tracks Memory Allocations / Deallocations / Size / Etc) | C++ (general), Microsoft Visual C++, Borland C++ | Advanced / James Dougherty | 6201 since 8/12/2003 9:09:39 PM |
By 1 Users
|
| |
This is a memory controller I use in my game engine. It tracks memory size, address, number of allocation, number of deallocation, etc. It overloads the 'new' and 'delete' operators which means you put it in your program and it does the rest. Every instan ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Effective Bug Tracking Process | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Advanced / Yaron Sinai | 6130 since 7/23/2001 10:01:37 AM |
By 5 Users
|
| |
Bugs are part of every product development process. How do you track the bugs you find during product development and after? Bugs that are found but not properly tracked might slip away and be discovered by your customers. To avoid this from happening, th ...(description truncated) |
| |
| |
| |
 |
error handler | Borland C++ | Beginner / studant | 1706 since 5/29/2013 12:49:02 PM | Unrated
|
| |
error handlings (ScreenShot) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Error Handling | C, C++ (general), Microsoft Visual C++, Borland C++ | Beginner / Niles Almarinez | 5616 since 10/2/2001 3:01:11 PM | Unrated
|
| |
Error Handling for pointers |
| |
| |
| |
 |
Error Handling Object | C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / Ken Mazaika | 4096 since 4/15/2002 11:40:11 PM | Unrated
|
| |
Is an object for holding error data in. Functions display error and return it. (ScreenShot) |
| |
| |
| |
 |
Exception class | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Widgg | 3836 since 4/11/2002 11:27:16 PM | Unrated
|
| |
This code is an exception class (Like in Java). I don't know if the use of this class is good or not, but I created it to handle the errors in my program... |
| |
| |
| |
 |
Fighting Memory Leakage | C, C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / Johan Malmberg | 5773 since 1/27/2002 5:32:30 PM |
By 8 Users 5 Excellent Ratings
|
| |
Memory leakage is probably one of the most difficult programming problems to solve. This article tell you why, and how to do it. |
| |
| |
| |
 |
File Checksum | C++ (general), Microsoft Visual C++, Borland C++ | Advanced / David J. Tabacco | 4719 since 10/14/2004 4:20:23 PM |
By 1 Users
|
| |
Computes the checksum of a text file using ones compliment arithmetic. |
| |
| |
| |
 |
Find memory leaks NOW. | Microsoft Visual C++ | Intermediate / David McCloskey | 3956 since 6/22/2004 4:30:28 PM |
By 2 Users
|
| |
Finds all memory leaks in any program and prints them out in the output window. (ScreenShot) |
| |
| |
| |
 |
Generate dump files | Microsoft Visual C++ | Advanced / devildrey33 | 864 since 11/17/2011 5:13:16 PM | Unrated
|
| |
Its a simple program that ilustrates how to create a dump file for advanced debuging of your aplications.
NOTE all coments are writed in spanish....
<a href='http://www.devildrey33.es' target='_blank'>www.devildrey33.es</a> |
| |