Wednesday, December 21, 2011

Tuesday, December 20, 2011

Computer Science C++ Project on PERIODIC TABLE

Description: This C++ program on PERIODIC TABLE . In this program use of graphics is done to make is look great . and information of first 20 elements is shown

CLICK HERE TO DOWNLOAD

Computer Science C++ Project on COMPUTER SHOP

In this program
fstream.h is used for reading and writing files
include conio.h for clrscr()
string.h for string characters
stdio.h for gets and puts function
process.h for exit function
iomanip.h for setw function
dos.h for delay and sleep function
graphics.h for textcolor & textbackground

CLICK HERE TO DOWNLOAD

Computer Science C++ Project on SALARY MANAGEMENT

Description: This C++ programs on SALARY MANAGEMENT . To achieve this simple concept of classes are used

CLICK HERE TO DOWNLOAD

Computer Science C++ Project on CANTEEN MANAGEMENT

Description: This is a very simple program about CANTEEN MANAGEMENT . No use of graphics is done to keep program simple

CLICK HERE TO DOWNLOAD

Computer Science C++ Project on BOOKSHOP MANAGEMENT

Description: This C++ programs on BOOKSHOP MANAGEMENT and to to this general functions of file handling and input output functions are used .And to make program look better little use of graphics is done

CLICK HERE TO DOWNLOAD

Computer Science C++ Project on Shuffle Game

this project contains SHUFFLE GAME using standard header files

CLICK HERE TO DOWNLOAD

Computer Science C++ Project on BANKING SYSTEM

Description: This C++ programs on BANKING SYSTEM has account class with data members like account number,name,deposit, withdraw amount and type of account. Customer data is stored in a binary file. A customer can deposite and withdraw amount in his account. User can create, modify and delete account.

In this banking system project, We have not used graphics to keep program simple. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file), output screen (.doc file).


CLICK HERE TO DOWNLOAD

Computer Science C++ Project on LIBRARY MANAGEMENT SYSTEM

Description: This C++ menu driven programs on LIBRARY MANAGEMENT SYSTEM has book and student class with data members like book no, bookname, authorname. Books records is stored in a binary file. A student can issue book and deposit it within 15 days. Student is allowed to issue only one book. Student Records are stored in binary file. Administrator can add, modify or delete record.

In this project, We have not used graphics to keep program simple. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file), output screen (.doc file).


CLICK HERE TO DOWNLOAD

Computer Science C++ Project on STUDENT REPORT CARD

Description: This C++ mini project on STUDENT REPORT CARD has student class with data members like roll no, name, marks and grade. Member functions in this class are used for accept / display details of students and a function to calculate grade based on marks obtained by student. Student Records are stored in binary file.

This is a simple project using basic file handling concept. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file) and project file(.doc file).


CLICK HERE TO DOWNLOAD

Computer Science C++ Project on SUPERMARKET BILLING

Description: This C++ menu driven programs on SUPERMARKET BILLING SYSTEM has product class with data members like product no, product name, price, qty, tax, discount. Product details is stored in a binary file. A customer can purchase product and his invoice generated. Administrator can create, modify, view and delete product record.

In this project, We have not used graphics to keep program simple. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file), project file(.doc file).


CLICK HERE TO DOWNLOAD

Computer Science C++ Project on TIC TAC TOE GAME

Description: This C++ program on TIC TAC TOE GAME is a simple text base game. This program is without grahics to focus on logic /algorithm used in game. Two players can play this game.

CLICK HERE TO DOWNLOAD

Computer Science C++ Project on CASINO GAME

Description: This C++ program on CASINO GAME is a simple text base game.We have used procedure oriented method to design this game. This program is without grahics to keep program easy for beginners. Player can deposit his money to play. From this amount he can bet on number between 1 to 12. If he win he gets 10 times of money otherwise lost his money.

In this project, We have used programming concept like do..while loop, user defined function, library function like randomize(), random() etc.

CLICK HERE TO DOWNLOAD

Computer Science C++ Project on SNAKE AND LADDER GAME

Description: This C++ program on SNAKE AND LADDER GAME is a simple text base game.We have used procedure oriented method to design this game. This program is without grahics to keep program simple for beginners. Two players can play this game and the player who cross 100 first is the winner.

In this project, We have used programming concept like switch..case, call by reference, library function like randomize(), random() etc.

CLICK HERE TO DOWNLOAD

The blog is ment to help

I remember the time when we are asked to make project and we have nothing in our mind WHAT TO DO . At that time all we can do is search on net and hope that something good strike us . So this blog is what collection of all those GOOD stuff which are spread throughout ....

ENjoy .... hope this works to be helpful to you