| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
A Simple, Action Based, UndoRedo Framework | C++ (general), Microsoft Visual C++ | Advanced / zdf | 1782 since 5/18/2006 3:48:56 PM | Unrated
|
| |
How to use a simple, action based, Undo/Redo framework (ScreenShot) |
| |
| |
| |
 |
A SocketServer Class | C++ (general), Microsoft Visual C++ | Intermediate / NTDLS | 12034 since 11/5/2008 12:08:46 PM |
By 3 Users 3 Excellent Ratings
|
| |
When it comes to writing high performance server / client applications that use the TCP/IP protocol, this class will handle everything for you. Check it out. If you make any changes or find any bugs, Please let me know. (Version 1.0.2.7) (ScreenShot) |
| |
| |
| |
 |
A SQL Access Class | C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / NTDLS | 5735 since 11/5/2008 12:08:59 PM |
By 1 Users
|
| |
Contains two very simple custom classes: CSQL and CRecordSet. These several classes allow you to easily access a SQL server from your C++ application, execute statements and retrieve data. (Version 1.0.0.5) (ScreenShot) |
| |
| |
| |
 |
A String Class | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Advanced / Chris C. | 3291 since 1/2/2007 11:08:06 PM |
By 1 Users
|
| |
Used for string manipulation. Contains over 10 string operators, and string manipulation functions! |
| |
| |
| |
 |
A student class | Borland C++ | Intermediate / usman amjad | 13607 since 8/31/2002 12:20:42 AM |
By 3 Users
|
| |
This is a simple database made in c++ , does not save the records on disk permanently , it is just to give the beginners an idea about implementing databases with classes |
| |
| |
| |
 |
A Task Tray Applet Framework | C++ (general), Microsoft Visual C++ | Intermediate / Len Holgate | 4884 since 5/30/2002 12:41:04 PM |
By 1 Users
|
| |
A framework for applets that live in the system tray. Derive from the base class, provide an implementation for three virtual functions and your work is done. |
| |
| |
| |
 |
A Timer Class | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / Chris C. | 5517 since 1/26/2007 7:29:35 AM | Unrated
|
| |
This is a simple, easy to use, semi-high precision timer class. It allows you to easily manage and use multiple timers. Timers call a specific function at the time you tell it too such as every 10 mileseconds or every 10 minutes.
Here is a reference of al ...(description truncated) |
| |
| |
| |
 |
Abstract Data Types (Tutorial) | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Koda | 9993 since 11/10/2002 12:47:20 AM |
By 7 Users 5 Excellent Ratings
|
| |
This is a tutorial on abstract data types that is designed for complete beginners. I think advance coders may even learn something from this article. If you find any thing that is incorrect, please notify me ASAP. thank you (ScreenShot) |
| |
| |
| |
 |
AbstractFunction | C++ (general) | Beginner / Tim Barnette | 5110 since 4/29/2002 12:03:41 PM |
By 1 Users
|
| |
Code demonstrates abstract classes/functions. I'm trying to get back into C++ and this was a great place to start. There is an account class with virtual functions that are inherited by a savings class. The savings class is instantiated in the form of sav ...(description truncated) |
| |
| |
| |
 |
AcceptFileClass | Microsoft Visual C++ | Intermediate / Massimiliano Tomassetti | 2541 since 5/9/2003 12:43:03 PM |
By 2 Users 2 Excellent Ratings
|
| |
This class manages for you drag & drop of files over your windows.
Simply do this:
CmaxAcceptFiles e1;
then:
e1.set(YourWindowHwnd)
and by default class uses SetWindowText to write in your
window the name of the first file you have dropped, or...
class A ...(description truncated) |
| |