| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Banking application | C++ (general), Microsoft Visual C++, Borland C++ | Beginner / Saranya Guru | 4778 since 8/26/2006 7:45:24 PM | Unrated
|
| |
will allow the user to open new accnt and perform various operations with the implementation of the program.. its a very simple and basic banking application code in c++. |
| |
| |
| |
 |
banking sysetm composition | Microsoft Visual C++ | Beginner / usama munir | 3506 since 7/14/2004 5:24:43 AM | Unrated
|
| |
it basically composes two classes atm and account in bank. |
| |
| |
| |
 |
Base & Derive Classes- Polymorphism | C, C++ (general), Microsoft Visual C++ | Beginner / Ahmed Hussain | 3717 since 5/8/2004 1:44:10 AM | Unrated
|
| |
To learn about Base and derived classes using Polymorphism. |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Basic inheritance example | C++ (general) | Beginner / Dave Zegelin | 5318 since 11/21/2002 12:19:25 AM |
By 2 Users
|
| |
This is a simple example of inheritance. |
| |
| |
| |
 |
Basic Rectangle CLass | C++ (general), Microsoft Visual C++ | Beginner / Cory Sanchez | 3778 since 5/24/2003 9:55:38 PM |
By 2 Users
|
| |
This code shows the basic use of classes. |
| |
| |
| |
 |
BCOL | C++ (general), Microsoft Visual C++ | Intermediate / MeDevil84 | 3017 since 7/6/2002 3:54:02 PM |
By 3 Users
|
| |
You can't believe your eyes!!! (or you can?)
I heard many vb programmers to say this:
'We have an easy management of the strings, a collection object that
it's simpler than an array' etc. etc...
Now, if you heard any vb programmer that say: '...we have th ...(description truncated) |
| |
| |
| |
 |
bcstring | C++ (general), Microsoft Visual C++ | Intermediate / Brent Colley | 2472 since 12/22/2007 11:15:23 AM |
By 1 Users
|
| |
This is a string class (similar, but not exactly) like cstring. It has many functions, including the basic Copy, and Append. It also has a few, more advanced, functions such as Insert, Replace, ReplaceStr, and a variety of others. |
| |
| |
| |
 |
berk #4 | C, C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / BERK BAKI | 3325 since 8/30/2003 7:33:39 PM |
By 1 Users
|
| |
This program includes calculater with classes . boolean search.. letter search in a string .. compairng.. deallocation.. allocation .. and ecery thing that you have to know about classes / C++. This program easy to learn everthing!!! |
| |
| |
| |
 |
Bff (BrowseForFolder) | Microsoft Visual C++ | Intermediate / Massimiliano Tomassetti | 3625 since 10/4/2002 10:08:37 AM |
By 2 Users 2 Excellent Ratings
|
| |
This example showes the use of BrowseForFolder Dialog Box
using its hook procedure to create a new Button.
By typing in the Edit field a name and then clicking on the
"Create" Button, you will be asked to create a new folder.
You can easily add Bff.cpp in ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
BigNumber | C++ (general), Microsoft Visual C++ | Intermediate / Richard Foreman | 2427 since 6/29/2010 9:03:12 AM | Unrated
|
| |
This is my implementation of a BigNumber Class. It can handle treating the numbers as integers, rational. irrational, and complex types. All the basic operators are overloaded. the class is set to keep track of 50 decimal places but you can change that pr ...(description truncated) |
| |