| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
A Cmd Line Param Class | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / NTDLS | 4838 since 11/5/2008 12:09:18 PM |
By 1 Users
|
| |
This simple class allows you to access command line parameters within a windows application in the same manner as a console application. Very simple... (Version 1.0.0.2) |
| |
| |
| |
 |
A Comptent Out of the Box String Class | C++ (general) | Intermediate / KSNiloc | 3137 since 10/7/2004 12:29:02 AM |
By 1 Users
|
| |
This class allows you an out-of-the-box C++ method of string manipulation. You can concat strings logically with + and +=. The class can be cast to char* and std::string. Various string manipulation routines are members of the class including VB-esque mid ...(description truncated) |
| |
| |
| |
 |
A Control Panel Applet Framework | Microsoft Visual C++ | Intermediate / Len Holgate | 7287 since 5/28/2002 6:23:17 AM |
By 3 Users 3 Excellent Ratings
|
| |
The Windows Control Panel is the ideal way to allow a user to alter settings for an application that runs in the background, or automatically. But what are control panel applets and how do you write one? |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
A great splitting string function by tokens | C, C++ (general), Microsoft Visual C++, UNIX C++ | Intermediate / Fernando Reyes | 3351 since 5/28/2005 12:32:11 AM |
By 1 Users
|
| |
This is a class that takes a string and a token, and splits this string by the tokens, and returns a vector of chars containing every token found on the string. (ScreenShot) |
| |
| |
| |
 |
A Linked list and OO menu example | C++ (general), Microsoft Visual C++ | Beginner / Brian Schroeder | 12687 since 7/19/2002 3:47:58 PM |
By 2 Users
|
| |
This code is my first project in C++. took me like 2 weeks. Contains a fully implemented linked list example and also an OO console menu that makes it ridiculously easy for the main() programmer to have a linked list operable with a flexible menu. GREAT f ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
A PRIMARY BANK SYSTEM | C, C++ (general), Borland C++ | Advanced / KALLOL CHAKRABORTY | 5251 since 3/11/2009 11:15:22 AM |
By 1 Users
|
| |
THIS IS A PRIMARY BANK SYSTEM SHOWING GENERAL PROCESSES LIKE DEPOSITNG MONEY,WITHDRAWING MONEY,VIEWING DETAILS OF THE CUSTOMER WITH OR WITHOUT INTEREST. |
| |
| |
| |
 |
a rational class | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Vince_Phuah | 6255 since 10/20/2002 9:32:19 AM |
By 2 Users
|
| |
perform airthmetic operations on rational number using overloading operator. Get the Greatest common divisior and finds the roots using Newton's method. (ScreenShot) |
| |
| |
| |
 |
A Reusable Socket Server Class | C++ (general), Microsoft Visual C++ | Advanced / Len Holgate | 15276 since 6/1/2002 3:02:15 AM |
By 7 Users 7 Excellent Ratings
|
| |
Writing a high performance server that runs on Windows NT and uses sockets to communicate with the outside world isn't that hard once you dig through the API references. What's more most of the code is common between all of the servers that you're likely ...(description truncated) |
| |
| |
| |
 |
A Simple C++ Compiler | C++ (general) | Advanced / Sufyan Jabr | 6079 since 5/20/2004 2:11:40 PM |
By 2 Users
|
| |
A Simple COmpiler For Testing Switch and If else Statements. all the files should be pout into the TC\BIN files
|
| |
| |
| |
 |
A simple Process Class | C++ (general), Microsoft Visual C++, Borland C++ | Beginner / NTDLS | 3272 since 1/3/2005 2:32:27 PM | Unrated
|
| |
This simple class allows you to execute a separate process from within your application and take complete control over it. (Version 1.0.0.0) |
| |