| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
A Simple C++ Program to demonstrate how ATM machine works. | Borland C++ | Intermediate / SJPVTLTD.COM | 52595 since 3/22/2005 3:32:11 AM |
By 6 Users 3 Excellent Ratings
|
| |
A simple C++ Program to demonstrate how ATM( Automated Teller Machine) works when you withdraw money in $20 and $50 notes. |
| |
| |
| |
 |
A Simple C++ tutorial on Palindrom String | UNIX C++ | Beginner / Tejas Jayantilal Gandhi | 5480 since 2/15/2010 8:54:03 AM | Unrated
|
| |
It Checks wheather entered five character string is palindrom or not. |
| |
| |
| |
 |
An Introduction To Else and If Statements | C, C++ (general), Borland C++ | Beginner / Lee Haines | 10607 since 10/1/2002 12:24:08 PM | Unrated
|
| |
This cpp code is intended for people with little knowledge of c++. It introduces If and Else statements in and easy to understand code.
This is an EXTREMELY simple program and people are free to use it for whatever they want, or indeed manipulate it. |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
An RFC 822 Date Parser C++ Class | C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / Email Component | 11117 since 11/15/2002 11:52:26 PM | Unrated
|
| |
An RFC 822 Date parser C++ class. Capable of creating RFC 822 dates that are found in email headers. Also capable of parsing those dates to get the individual parts. |
| |
| |
| |
 |
Application of small loans | C++ (general), Microsoft Visual C++ | Intermediate / K.A.Arjun | 10379 since 8/13/2001 10:57:57 AM |
By 1 Users
|
| |
It asks the user for input of annual income, amount of loan and number of years. If they pass the given condition the loan is approved. |
| |
| |
| |
 |
Asembler pass1 and 2 | C, C++ (general), Borland C++ | Intermediate / MilAn2377 | 1567 since 11/1/2011 5:21:29 PM | Unrated
|
| |
This is a program for ASEMBLER with 2 passes. |
| |
| |
| |
 |
Banker's algorithm | UNIX C++ | Advanced / Puneet Jindal | 5563 since 8/5/2011 8:20:37 AM | Unrated
|
| |
Illustrate banker's algorithm |
| |
| |
| |
 |
Bracket Parenthesis Validation | C, C++ (general) | Beginner / David Overcash | 10859 since 12/14/2001 10:24:02 PM | Unrated
|
| |
This program takes an input of a set of brackets, set brackets, or parenthesis. [], {}, and () respectively. After taking in this input, it will ignore all other characters given besides the above. It then validates as to whether they are in correct order ...(description truncated) |
| |
| |
| |
 |
Bubble sorter r1 | C, C++ (general), Borland C++ | Beginner / Rishabh | 7974 since 10/31/2002 10:20:26 AM | Unrated
|
| |
Sort upto 10000s of numbers using this simple for all Bubble sorting app I made for my class exercise.Initially a limit of 200 numbers is set but you can always make it higher.The programs asks the user for mo of numbers to be sorted and then asks for tho ...(description truncated) |
| |
| |
| |
 |
C++ Password check | C++ (general), Borland C++ | Beginner / Skys | 17100 since 8/28/2003 2:45:38 PM |
By 9 Users 4 Excellent Ratings
|
| |
Learn how to enter a user-number / password(just using const int), I think you can get a feel of how to work, "if" and "else" ect by this simple example. PLEASE comment :) |
| |