|
|
1 |
A simple class called Point, with all
necessary functions. |
2 |
Stack implementation as a class. |
3 |
Class for storing a Person's details. |
4 |
Class for storing residential addresses. |
5 |
Implementing Stack using Class (with
constructor etc). |
6 |
Implementing Queue as a Class. |
7 |
Program to open a file whose name is passed as
command line argument |
8 |
Complete implementation of Publication Class |
9 |
Program to represent a bank account
(implemented as a Class) |
10 |
Modification of previous program to handle 10
customers. |
11 |
Class that imitates the functionality of the
basic data type : int |
12 |
Class for Library. |
13 |
Program illustrating function overloading. |
14 |
Program for Overloading the difference
operator for complex arithmetic. |
15 |
Class with constructor ( for bank account ). |
16 |
To create a class to be used as user defined
string type. |
17 |
Program to create a Class: time. |
18 |
Addition of two very long positive
integers(without using linked list -saving memory which is consum |
|
Description : This code adds two very long integers. Here
making this the linked list has been avoided because linked list
takes extra memory in storing the address of next node. This code
has been implemented usin |
19 |
************* INVENTORY MANAGEMENT SYSTEM
************** |
|
Description : This software is designed to manage your
inventory system, with a facility of adding, modifying, deleting,
viewing, searching, and analyzing a item stored in an inventory.
This all functionality |
20 |
Program to remove multiple spaces from a
string. |
|
Description : This program reads the string and removes
multiple spaces |
21 |
simple adding of records using fstream.h |
|
Description : simple adding of records in c++ .... |
22 |
Generating N Random Numbers between two
specified numbers. |
|
Description : Program to Generate N Random Numbers Between
Any Two Specified Numbers |
23 |
Implimentation of a list using a linked list
with pointers. |
|
Description : Not Specified |
24 |
Forever Calender in C++ |
|
Description : You can see the calender of any month of any
year with this program. |
25 |
Infix to PostFix program with Zero Address
Instruction Generator. |
|
Description : Infix to PostFix program with Zero Address
Instruction Generator |
26 |
Program to set on / off the caps lock ,
scrolllock, numlock. |
|
Description : This Program can set on / off the caps lock ,
scrolllock, numlock |
27 |
Program to set on / off the caps lock ,
scrolllock, numlock. |
|
Description : This Program can set on / off the caps lock ,
scrolllock, numlock |
28 |
Simple Calculator in C++ |
|
Description : Simple Calculator Program in C++. |
29 |
Result Management Program in CPP - (Mini
Project) |
|
Description : This code is designed to maintain the result
record of students (in schools and college). This code will work
well on '50 Line' settings. |
30 |
Drawing Pad - An Easy way to create
circles,rectangles etc. (Mini Project) |
|
Description : An Easy way to create circles,rectangles etc. |
31 |
Game of Bollywood ! |
|
Description : The game we played in our childhood,its not so
hi fi but a simle time pass... |
32 |
Program to Identify Tokens In A Given Line
viz. Identifier, Literal, Alphabet, Special Symbol(_,-) e |
|
Description : This program is used to identify the tokens in
a given string. |
33 |
Program To Know the Day of Birth from Date of
Birth. |
34 |
Accessing Private Data Members in C++. This is
a flaw in the language. |
|
Description : This Example shows how to access private data
members in a class. THIS IS ALSO A FLAW IN THE LANGUAGE |
35 |
Queue Data Structure Class Example which uses
Polymorphism. |
|
Description : Example on how to use a Queue Data Structure to
handle tasks using Polymorphism. |
36 |
Number Game in C++. |
|
Description : This is a C++ program,it mainly uses the switch
control statement.This simply uses the logic of the particular
number game...try it |
37 |
Message Boxes in DOS. |
|
Description : You can make a MESSAGE BOX in DOS mode. |
38 |
TEXT COMPRESSION USING HUFFMAN CODES. |
|
Description : The project provides the way of compressing the
repeated text size by using concept of huffman encoding technique |
39 |
Project - Employees Management System |
|
Description : This projects gives understanding of how can we
play with arrays like deleteing sorting and seraching. |
40 |
Program to Print Some Special Characters. |
|
Description : his program is compiled in Visual C++ 6.0. If
you have thisone then compile it and you can see the codes of the some specialcharacters which are not available on keyboard......... |
41 |
Video shop (inventory) - Project. |
|
Description : This projet is created with the help of
files.Graphics is used
in this project This project is working in boroland C++
compilerin windows 9X/xp/2000/NT |
42 |
Program to find no. of Bytes in a text file. |
|
Description : This Program can be used to fine total no. of
bytes in a text file |
43 |
To perform operations on complex number using
operator |
|
Description : In this programe i use the main feature of c++
i.e. operator overloading. By using operator overloading we can
overload i.e. use one operator for more than one purpose |
44 |
Program to calculate area of geometric
figures. |
45 |
Games |
|
Description : L- Change Level
Esc- Exit Game
It is a game developed during my exams as I could not play easily on
my mobile |
46 |
Banking project |
|
Description : Hello Friend,
This project has been made by me and my friend punit for
class XII practicals.I am providing you with the source code the
only
thing you have to do is to open it in Tc and add y |
47 |
Banking Project |
|
Description : This Project I made for it's submission in my
final practicals.IMP Pls view the parameters Before using it |
48 |
Decimal to Binary Convertor |
|
Description : Converts Decimal Numbers to Binary |
49 |
Complex Numbers Class with lot's of features |
|
Description : This is a class that can be used for handling
complex numbers.It includes overloaded operators and a == overloaded
operator as well which can be used in a if or a while loop |
50 |
Accessing Private Data Members without the
friend keyword |
|
Description : This code shows how easy it is to access and
modify private data members of a class from outside it's class
without using the friend
keyword. |
51 |
Convert a number into words |
|
Description : This program converts a number into words.
It works only(!) for numbers less than 100 crore, though this limit
can be extended using the same logic.Can be used in billing programs
and the like, wit |
52 |
TO FIND IF THE GIVEN NUMBER IS AN ARMSTRONG
NUMBER OR NOT... |
|
Description : ARMSTRONG NUMBER CHECK |
53 |
Frequently Asked Questions (FAQs) - C++ |
54 |
A Departmental Store Program. |
|
Description : A perfect program designed for a Departmental
Store. |
55 |
Getting registeration numbers from given
information |
|
Description : This program creates ROLL Numbers of Students
accordibg to the information provided and according to rules
of the instituion which in this case is punjab college of
information
technology.
|
56 |
Program to deal with denominations of any
amount. |
|
Description : This program deals with denomiations of any
amount which we
want .This is the simple program which is developed with the basic
concepts of c++ |
57 |
INVENTORY MANAGEMENT SYSTEM |
58 |
Inventory Management System |
|
Description : This software is designed to manage your
inventory system,
with a facility of adding, modifying, deleting, viewing, searching,
and
analyzing a item stored in an inventory. This all functionality |
59 |
Misc. Programs In C++ |
|
Description : These programs are actually simple but great in
use , I want
to say thanks to Mr.Amlapure Gajanan & Mr.Pawar Sharad for guioding
me
regard to these programs These programs are actully serves |
60 |
Addition of two very long positive
integers(without using linked list -saving memory which is consum |
|
Description : This code adds two very long integers. Here
making this the linked list has been avoided because linked list
takes extra memory in storing the address of next node. This code
has been implemented usin |