Você está na página 1de 13

2017-2018

INVESTIGATORY PROJECT

NAME:- VAIBHAV
GOEL
CLASS:-XII-A
ROLLNO.:- 32
BOARD ROLLNO.:-
58777128
1
Investigatory Project
On Travel Agency

2
This is to certify that the project work “TRAVEL AGENCY” is a

bonafide record of work done by VAIBHAV GOEL under my

guidance in partial fulfillment of the requirements for the project work

assigned to him..

Mr. Vivek Giri,

P.G.T.Computer Science,

3
Air Force School,
Hindan

I take immense pleasure in thanking Mr. Vivek Giri for


having permitted me to carry out this project work.

Needless to mention that he had been a source of


inspiration and for his timely guidance in the conduct of our
project work. I would also like to thank him for all their
valuable assistance in the project work.

4
Words are inadequate in offering my thanks to sir, for his
encouragement and cooperation in carrying out the project
work.

Finally, yet importantly, I would like to express my


heartfelt thanks to my beloved parents for their blessings,
my friends/classmates for their help and wishes for the
successful completion of this project.

Name of Student:- Vaibhav Goel

1. About the project.

2. Classes and functions.

3. About programming Language C++.


5
4. Hardware and software requirement.

5. Project Listing.

6. Output.

7. Limitations.

8. Bibliography.

The purpose of this Project was to make


a C++ coding which will enable us to

6
make , perform and modify the contents
of a TRAVEL AGENGY.

I became interested in this topic when I


saw some programs on Code::Blocks
and wanted to find out some facts about
classes and inheritance etc .The
information gained from this program
will help people know where to use
which inheritance, which specifier and
why .It will also let them know which
way they have to lead there projects to
compile.

class TRAVEL
{
7
private :
int busno, seatno ;
char name[26], sex ;
int age, fair ;
int dd, mm, yy ;

public :
void INFORMATION(void) ;
//Function for

void RESERVATION(void) ;

int RESERVED(int,int,int,int,int) ;

int AVAIL(int,int,int,int) ;

void DELETION(void) ;

void LIST_OF_PASS(void) ;

void PASS_INFO(void) ;

void MAINMENU(void) ;
} ;

8
C++ is an "object oriented" programming language created by Bjarne

Stroustrup and released in 1985. It implements "data abstraction" using a

concept called "classes", along with other features to allow object-oriented

programming. Parts of the C++ program are easily reusable and extensible;

existing code is easily modifiable without actually having to change the code.

C++ adds a concept called "operator overloading" not seen in the earlier OOP

languages and it makes the creation of libraries much cleaner.

C++ maintains aspects of the C programming language, yet has features

which simplify memory management. Additionally, some of the features of

C++ allow low-level access to memory but also contain high level features.

C++ could be considered a superset of C. C programs will run in C++


compilers.

C uses structured programming concepts and techniques while C++ uses


object

oriented programming and classes which focus on data.

9
Hardware Requirement

 Pentium- I or Higher

 128 MB RAM or Higher

 Monitor

 KeyBoard

Software Requirement

 DOS or Windows 95 or any other Operating System

 Turbo C++ or Codeblocks or any other C++ Compiler

10
 This is only a demo project. It can not be

used directly in a real life situation.

 It is dos based computer program. Now the

same can be implemented on windows

as well as on MAC or Linux operating

system.

11
 Input interface can be more user friendly.

 Business information can be added .

 Computer Science :

By Sumita Arora

 Let us C++ :

By Yashwant Kanetkar

 C++ projects :

By Vivek Giri

 Websites
12
www.pscode.com

www.google.com

13

Você também pode gostar