| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
A little e-Book: learn from real examples how to avoid bugs | C, C++ (general) | Beginner / el_programmer | 5801 since 4/18/2016 9:42:28 AM | Unrated
|
|
Chief technical officer of <a href="http://www.viva64.com/en/pvs-studio/" >PVS-Studio team</a>, Andrey Karpov, wrote a considerable article, giving 42 practical recommendations on programming in C/C++. These tips are intended for C/C++ programmers, ...(description truncated) (ScreenShot) |
|
|
|
 |
Attach a console to a window | Microsoft Visual C++, Borland C++ | Intermediate / Mahalosoft (from psc cd) | 5282 since 1/4/2015 10:51:00 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) |
|
|
|
 |
Curly Bracket Counter | C++ (general) | Beginner / Jon Martin (from psc cd) | 5759 since 1/1/2015 6:41:00 AM |
By 2 Users
|
|
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. |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Debug macro | C++ (general), Microsoft Visual C++ | Beginner / Thomas1965 | 3036 since 7/16/2016 9:36:45 AM | Unrated
|
|
Debug macro with own exception class. Compiled with VS 2005 but should compile should compile with all modern compilers. Simple demo included. |
|
|
|
 |
Fighting Memory Leakage | C, C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / Johan Malmberg (from psc cd) | 3140 since 1/3/2015 5:30:00 AM |
By 9 Users
|
|
Memory leakage is probably one of the most difficult programming problems to solve. This article tell you why, and how to do it. |
|
|
|
 |
Hospital System | C++ (general), Microsoft Visual C++ | Beginner / Stanley Wong (from psc cd) | 3044 since 1/2/2015 11:44:00 PM |
By 4 Users
|
|
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. |
|
|
|
 |
Lexical Analyzer | C | Beginner / Javed Ahmed Quadri (from psc cd) | 4354 since 1/9/2015 3:38:00 PM |
By 2 Users
|
|
This is a program for lexical analyzer that determines the keyword,identifiers,different types of operator and special characters of another program. (ScreenShot) |
|
|
|
 |
Programming on Linux | C, C++ (general), UNIX C++ | Advanced / Lee Trager (from psc cd) | 2804 since 1/3/2015 5:39:00 AM |
By 6 Users
|
|
This will show you how to code in Linux using g++. |
|
|
|
 |
Read: "Avoiding new operator failure" from my new book-> " 0 error(s) - 0 warning(s)" | Microsoft Visual C++ | Advanced / ahmed mohamed alaa (from psc cd) | 3984 since 1/9/2015 1:17:00 PM |
By 2 Users
|
|
Avoiding runtime errors caused by the "new" operator using exception handling with simple three different methods |
|