| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Read: "Avoiding new operator failure" from my new book-> " 0 error(s) - 0 warning(s)" | Microsoft Visual C++ | Advanced / ahmed mohamed alaa | 6636 since 9/18/2008 4:28:14 PM |
By 2 Users 2 Excellent Ratings
|
| |
Avoiding runtime errors caused by the "new" operator using exception handling with simple three different methods |
| |
| |
| |
 |
sigs.c -- Signal catching functions | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / Ian Agar. | 2494 since 10/12/2004 9:15:41 PM | Unrated
|
| |
This source code provides two functions dealing with signals raised in execution--one to catch a signal and print a detailed message about it, and one to setup your program to catch all possible signals with the first function. It is written in C. Enjoy! |
| |
| |
| |
 |
simpe hex dumper | C, C++ (general) | Advanced / Seyyed Hossein Hasan Pour | 2122 since 4/29/2010 8:59:30 AM | Unrated
|
| |
used to dump any kind of file (in any format) in hex , and see how stuff works (actually this is a part of my hex editor application , i started back in 2007, and dont know why i left it, i add the complete app next when i get the time ):) |
| |
| |
| |
 |
SIR - Standard Incident Reporter | C, C++ (general), Microsoft Visual C++ | Beginner / One Light, Inc. | 2187 since 10/2/2002 5:33:36 AM | Unrated
|
| |
SIR is a very flexible system that allows you to output information from your code to many different destinations. See http://ryan.ript.net/Sir for more information and latest builds |
| |
| |
| |
 |
Translate WM code to coresponding message as a string | C++ (general), Microsoft Visual C++, Borland C++ | Beginner /
| 3800 since 3/24/2001 7:31:13 PM | Unrated
|
| |
This code translates a window message code to the corresponding window message as a string. So, if you give code 5, this function will return WM_PAINT as a string. |
| |
| |
| |
 |
Virtual Debug View | Microsoft Visual C++ | Advanced / Muhammad Arshad Latti | 681 since 1/14/2013 10:38:57 AM | Unrated
|
| |
Show debugs messages from application. (ScreenShot) |
| |
| |
| |
 |
Why | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Advanced / Jose Ivo Fernandes | 2326 since 7/7/2008 2:20:49 PM | Unrated
|
| |
In this work, different results was observed in different programming languages. This originates several question, such that: "What is the best language?", "Should I trust in the results?", "Why does this happens?", "Are the results true?". (ScreenShot) |
| |
| |
| |
 |
xception | C, C++ (general), Borland C++ | Intermediate / Mark Jundo P. Documento | 2257 since 12/24/2002 12:20:24 AM | Unrated
|
| |
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. |
| |
| |
| |
 |
Yahoo Messenger Window Dumper | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / Priceputu Cristian | 3015 since 7/14/2006 4:25:55 AM | Unrated
|
| |
It dumps the content of all opened windows in html format . Tested with YMsg 7.5 |
| |