C++ Project
C++ Project
CAB BOOKING
NAME:
CLASS:
SESSION:
BOARD ROLLNO.: ___________________________
SUBMITTED TO: MS. SONIKA GUPTA
[P.G.T COMPUTER SCIENCE]
CERTIFICATE:
This is to certify that SHUBHANK SOOD
of class XII-A has successfully completed
the research on the computer science project
on the topic “CAB BOOKING” under the
guidance of MS. SONIKA GUPTA, PGT
COMPUTER SCIENCE during the year
2019-2020 as per the CBSE practical work
requirement.
___________________
Ms. SONIKA GUPTA
[P.G.T. COMPUTER SCIENCE]
GOODLEY PUBLIC SCHOOL
ACKNOWLEDGMENT
I would like to express my special thanks of
gratitude to my teacher MS SONIKA GUPTA
who gave me the golden opportunity to do this
project on the topic “CAB BOOKING” which
also helped me in doing lot of research and I
came to know about so many new things.
Secondly, I would also like to thank my parents
and friends who helped me in finalizing this
project within the limited time frame.
REGARDS
SHUBHANK SOOD
XII-A
INTRODUCTION
The Project is based on the CAB
BOOKING . Being the
Information System it requires extensive use
of some Data base
Management System to store, manipulate
and handle the huge
and complex record, In RDBMS we can act
various attributes withthe database like
editing the records, Modifications Deletions
of
the records, View the records in various
formats, listing the
database etc. Project can be categorized by
their functioning and
relation with their database and other tools
can categorize
project. Since this project has been
developed based on the
Relation Data Base Management System So
Proposed system
comes under RDBMS category, as there is
need to store and
manipulate a huge amount of data related to
Reservations as per
various queries.
In this project we will see the following
options:-
1. Enter Reservation Database
2. View Reservation Database
3. Modify Reservation Database
4. Search Reservation Database
5. Delete Reservation Database
6. Exit
AIM
The main objective of C++ project on “CAB
BOOKING” is to manage the details of the
Reservations. The purpose of this project is
to
build an application program to reduce the
manual work for managing the record
system
of the Reservations. It tracks all the details
about it.
MERIT
o It generates the record of various
reservations
o simultaneously.
o Provide filter reports.
o You can easily access the previous
reservation
history
DEMERIT
o Modifying cannot be done to a specific
part.
o The program is executed in off-line
mode, hence online data and
modifications are not possible.
o Off-line reports cannot be generated due
to batch
mode execution
Hardware and
software
required
HARDWARE
Processor: intel core i5
Ram: 8 GB
Hard Disk: 1 TB
SOFTWARE
Operating System: Windows 10
Compiler: TURBO C++
HEADER FILES
USED
➢ conio.h
conio.h is a C++ header file used
compilers to provide console
input/output. It includes function like
getch(), clrsc().
➢ stdio.h
stdio.h is a statement which tells the
compiler to insert contents
of stdio at that particular place. In C++
we use some functions like
gets, puts etc.
➢ fstream.h
This is used to both read and write data
into the file. It includes two file
stream class in it i.e. ifstream and
ofstream.
➢ string.h
string.h is a header file that includes the
functions like strcmp,
strcpy, strlen etc.
➢ process.h
process.h is a header file that includes
the functions like
exit,endthread etc.