airline reservation system project with problem statement
#1

what are airline reservation system project with problem statement
Reply
#2

airline reservation system project with problem statement

Task: ticket reservation system

Write a program for the flight reservation system that reserves the tickets for passengers on an overhead line according to their requirements.

Detailed description:

In the program, you need to make the structure of the name 'Reservation' and include the following data elements of the structure.

? passenger Name
? Passenger Address
? flight date
? Destination travel
? Flight number
? No seat

In the main () function, create a variable of type backup. Variable type backup should be created dynamically using a memory allocation function. Then create the following user-defined functions, as described below:

GetData (), this function is to set variable values ​​established above structure according to the inputs received from the user. It prompts the user to enter the required information for the passenger, the passenger's name Address, destination, flight date. Users will be provided with three options for a destination that: Karachi, Lahore and Peshawar.

Destination Flight number and seat number:

This user has not selected one of the three areas and the program will assign the appropriate Flight passenger. No Flight No will be assigned as shown below:

Direction Flight Number
Karachi 201
Peshawar 233
Lahore 241

After assigning the flight number, seat number is randomly distributed, which can be any number from 0 to 200.

After assigning a value to a variable created above redundancy structure, the structure will be transferred to another user WriteData () function to write it to a file.


In WriteData () function, you need to create a new text file name "data.txt" in the same folder / directory where you saved the .cpp file. Open this file via file functions, and then burn all the reservation information in the file.

After all, read all the data from a file by creating a function called ReadData () and display the contents of a file on the screen.


Points to remember:

These points should be kept in mind, and handled accordingly, otherwise signs are subtracted.

? Reading and writing from a text file, it must be done using standard file handling functions presented in handouts.
? All these elements need to be declared and initialized with the appropriate data type.
? Exceptional cases should be kept in mind and treated appropriately, taking input from the user.
? The user should be asked if there are any errors during:

? Create a file.
? Open a file for read / write.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: problem statement for railway reservation system, problem statement of blood donation dbms project, problem statement for airline reservation system in java ppt, statement of the problem of mba project ppt, project euler problem 33, problem statement for online bus reservation in ooad, problem statement for hotel management system for project,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  bus reservation system coding in netbeans 2 1,130 16-05-2017, 12:58 PM
Last Post: kamal A
  functional and nonfunctional requirements of online railway reservation system 2 969 21-09-2016, 03:55 PM
Last Post: hornybaboon
  online railway ticket reservation free source code in mysql php and html 2 1,492 21-09-2016, 11:13 AM
Last Post: Guest
  ticket reservation java source code android 3 926 23-08-2016, 10:58 AM
Last Post: Guest
Lightbulb attendance system based on rfid and rtc full project code 2 790 13-07-2016, 11:44 AM
Last Post: jaseela123d
  fingerprint verification system vb net project report jaseela123d 0 730 05-07-2016, 03:38 PM
Last Post: jaseela123d
  qtp flight reservation application free download 1 567 11-06-2016, 03:21 PM
Last Post: dhanabhagya
  pic16f877a automatic irrigation system project with circuit diagram and code 1 620 08-06-2016, 04:43 PM
Last Post: dhanabhagya
  qtp flight reservation application free download habibsiddiqui 1 493 03-06-2016, 04:22 PM
Last Post: dhanabhagya
  java swings source code for tourism management system project 1 623 01-06-2016, 04:44 PM
Last Post: dhanabhagya

Forum Jump: