computer science investigatory project on railway ticket reservation for class 12

21
 omputer Science  Investigatory Project On  Railway  Ticket  Reservation

Upload: jenniferanna

Post on 09-Oct-2015

3.286 views

Category:

Documents


412 download

DESCRIPTION

This is a Computer Science Investigatory Project on Railway Ticket Reservation for all Students of class 12. This program performs mainly 5 functions.

TRANSCRIPT

Computer Science Investigatory Project On Railway Ticket Reservation

Name: Anna WilsonClass: XII- ASchool: International Indian School, Al- JubailAcademic Year: 2014- 2015

ACKNOWLEDGEMENT

I would like to express a deep sense of thanks and gratitude to my computer science teacher Mrs. Hina Tabassum for guiding me immensely through the course of my project. Her constructive advice and constant motivation have been responsible for the successful completion of my project.My sincere thanks to my parents for their motivation and support. I must thank my classmates for their timely help and support for compilation of this project.

OBJECTIVE

The objective of this project is to develop a C++ project on Railway Ticket Reservation Service using object oriented programming and data file handling.

INTRODUCTIONC++is a general purposeprogramming language. It hasimperative,object oriented andgeneric programming features, while also providing the facilities for low level memory manipulation.It is designed with a bias forsystem programming, with performance, efficiency and flexibility of use as its design requirements. C++ has also been found useful in many other contexts, includingdesktop applications, servers, performs critical applications.C++ was designed by Bjarne Stroustrup, a Danish and British computer trained scientist. It first appeared in 1983.

CONTENTS

1. Header files used2. Working description3. Coding4. Output screens5. Bibliography

HEADER FILES USED

1. : for file handling, cin and cout2. : for exit() function3. : for clrscr() and getch() functions4. : for standard I/O operations5. : for string handling6. : for doing mathematical operations

WORKING

This program consists of FIVE options as follows:1. To add a new railway station2. To book ticket3. To change per km rates4. To modify database of train5. To exit

CODING#include#include#include#include#include#includechar from[30], to[30];void detail(){cout