Sie sind auf Seite 1von 8

By www.icbse.

com

click here for more projects

Computer Science C++ Project on Food Automation


This project aims at developing into software that can be used at places like restaurants and fastfood points to
easily manoeuvre the daily tasks of taking the order, calculating the bill etc.
This project is time saving as it saves the time of the workers as well as customers. It calculates bill quickly and
correctly. Modification of the details of the items in the menu, addition of more items in the menu, deletion of
items and keeping up of the track of the items purchased is much more convenient
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Canteen Management.


Header files used :
#include<iostream.h>
#include<conio.h>
#include<string.h>
#include<stdio.h>
#include<process.h>
#include<iomanip.h>
#include<dos.h>
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on on Book Shop + project file


This program is designed to keep the friend’s record.
This program consists of six options as follows :
TO ADD
TO SHOW
TO SEARCH
TO MODIFY
TO DELETE
TO EXIT
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Typing Tutor


This project is designed to teach the user how to improve their typing speed. It trains the user to type efficiently
without looking at the keyboard. It tests the user’s typing efficiency by providing accuracy and speed report
after each test is undertaken. In this way the user is tempted to improve typing speed the next time he takes test.
For tests, passages are loaded randomly from passage text files. Similarly, in training mode the user is provided
random letters and random words (stored randomly in words.txt).
This project also consists of LOGIN model where a user is asked to enter by providing his password. To do this
the user has to create his account. his password is stored in a data file (binary). The data in this file is accessed
and processed using the class LOGIN.
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Matrix Calculator


Header files used :
#include<process.h>
#include<graphics.h>
#include<iostream.h>
#include<dos.h>
#include<math.h>
#include<stdio.h>
#include<string.h>
#include<conio.h>
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Library Management


Header files used :
#include<fstream.h>
#include<conio.h>
#include<stdio.h>
#include<graphics.h>
#include<dos.h>
#include<stdlib.h>
#include<dos.h>
#include<string.h>
#include<iomanip.h>
Top of Form
Dow nload

Bottom of Form

Computer Science C++ Project on Patient Database


This project uses the concept of data file handling and other concepts of “object oriented
programming”. Its Aim is to collect various vital data like blood pressure, body
temperature, heart beat, respiration rate etc. This project helps to store data in a very
compact easily accessible way instead of storing data in huge bulks of files.
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Student Report Maker


Header files used :
#include<iostream.h>
#include<conio.h>
#include<graphics.h>
#include<dos.h>
#include<bios.h>
#include<stdlib.h>
#include<stdio.h>
#include<string.h>
#include<fstream.h>
#include<ctype.h>
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Periodic Table


Header files used :
#include<iostream.h>
#include<conio.h>
#include<graphics.h>
#include<stdio.h>
#include<ctype.h>
#include<process.h>
#include<string.h>
#include<dos.h>
#include<fstream.h>
Top of Form

Dow nload

Bottom of Form
Computer Science C++ Project on Payroll Management
Header files used :
#include<fstream.h>
#include<graphics.h>
#include<string.h>
#include<iostream.h>
#include<conio.h>
#include<dos.h>
#include<iomanip.h>
#include<process.h>
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Report Card Making


Header files used :
#include<fstream.h>
#include<stdlib.h>
#include<stdio.h>
#include<conio.h>
#include<graphics.h>
#include<dos.h>
#include<string.h>
#include<iomanip.h>
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Mix of Many


Header files used :
#include<conio.h>
#include<string.h>
#include<bios.h>
#include<iostream.h>
#include<dos.h>
#include<stdio.h>
#include<stdlib.h>
#include<iomanip.h>
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Diabetes Detection


Header files used :
#include<iostream.h>
#include<stdio.h>
#include<conio.h>
#include<ctype.h>
#include<dos.h>
#include<graphics.h>
#include<process.h>
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Telephone Directory


Header files used :
#include<iostream.h>
#include<fstream.h>
#include<iomanip.h>
#include<string.h>
#include<stdlib.h>
#include<conio.h>
#include<stdio.h>
#include<iomanip.h>
#include<graphics.h>
#include<dos.h>
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Address Book


Header files used :
#include<fstream.h>
#include<iostream.h>
#include<conio.h>
#include<ctype.h>
#include<process.h>
#include<iomanip.h>
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
Top of Form

Dow nload

Bottom of Form
Computer Science C++ Project on Student Information System
Header files used :
#include<iostream.h>
#include<conio.h>
#include<graphics.h>
#include<dos.h>
#include<bios.h>
#include<stdlib.h>
#include<stdio.h>
#include<string.h>
#include<fstream.h>
#include<ctype.h>
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Shuffle Game


Header files used :
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<conio.h>
#include<ctype.h>
#include<dos.h>
#include<graphics.h>
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Telephone Billing System


Header files used :
#include”graphics.h”
#include<fstream.h>
#include<iomanip.h>
#include<string.h>
#include<process.h>
#include<stdlib.h>
#include<iostream.h>
#include<conio.h>
#include<stdio.h>
#include<dos.h>
Top of Form

Dow nload
Bottom of Form

Computer Science C++ Project on Snake Game


Its a game .a snake is moving you have to use it to eat some food as you eat food your
tail becomes longer and point count.
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Banking


Functions used :
void new_account(void); // Function to create a new account
void close_account(void); // Function to close an account
void display_account(void);// Function to display the accounts
void transaction(void); // To display the transaction process
void clear(int, int); // Function to perform a clear screen function
void month_report(void); // Function to list monthly transaction report
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Hospital Management


This software records daily expenses incurred on the patient details in form of
TRANSACTION ENTRY, classifies these transactions to the respective heads
automatically, summarize these transactions in the form of various expenses heads.
Beside all these basic requirements of hospital billing it also generates the reports like
annual result which is useful to take annual decisions and is helpful to analyze the
recovery of the concerned patient.
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Hotel Reservation System


Header files used :
#include<iostream.h>
#include<conio.h>
#include<stdio.h>
#include<string.h>
#include<ctype.h>
#include<math.h>
#include<fstream.h>
#include<dos.h>
#include<graphics.h>
#include<stdlib.h>
Top of Form

Dow nload

Bottom of Form

Computer Science C++ Project on Telephone Billing


Header files used :
#include”iostream.h”
#include”graphics.h”
#include”conio.h”
#include”fstream.h”
#include”process.h”
#include”string.h”
#include”stdio.h”
#include “ctype.h”
#include”dos.h”
Top of Form

Dow nload

Bottom of Form

Das könnte Ihnen auch gefallen