C++ Project Assignment

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • msalmanzaib
    New Member
    • Jul 2008
    • 5

    C++ Project Assignment

    C++ Project
    Project code must follow C++ syntax
    Data used in this project must be retrieve and saved in Text File
    Project Title: Daewoo (a Bus service) Reservation System

    Project Description:
    This program is supposed to simulate a Reservation System of Daewoo. Using this program, Daewoo ticket reservation agency assistant can perform different tasks related to ticket reservation.

    The Daewoo Reservation System will ask the user for the following information:
    • Name of passenger
    • Departure City
    • Destination City
    • Date of travel
    • Time of travel
    • Number of tickets

    The Daewoo Reservation System should have the following features:

    1. Make Reservation-to reserve ticket/tickets for a passenger and indicate his/her seat number.
    2. Modify reservation-to modify the already made reservation
    3. Cancel reservation-to cancel a particular reservation
    4. Search reservation- to search reservation information of a particular passenger by
    a) Passenger name
    b) Date of travel
    5. Exit –to exit from application

    Daewoo Reservation System should also support persistence for passenger ticket reservation records
    Supporting simple persistence by any application requires handling of two scenarios
    • On start up of application-data (passenger ticket reservation records) must be read from file.
    • On end/finish up of application -data (passenger ticket reservation records) must be saved in file.
  • msalmanzaib
    New Member
    • Jul 2008
    • 5

    #2
    <code removed as per posting guidelines>
    Last edited by Banfa; Jul 29 '08, 08:04 AM. Reason: Removed Code

    Comment

    • msalmanzaib
      New Member
      • Jul 2008
      • 5

      #3
      Modify this code according to this project. Please all experts reply here.

      Comment

      • gpraghuram
        Recognized Expert Top Contributor
        • Mar 2007
        • 1275

        #4
        I dont know how you can expect people to do your homw work.
        Whay cant you read the Posting Guidelines before posting your question?

        Raghuram

        Comment

        • Banfa
          Recognized Expert Expert
          • Feb 2006
          • 9067

          #5
          msalmanzaib please read our posting guidelines paying particular attention to the section on coursework and the bits on how to format your posts including "not putting the entire post in bold".

          You will not find people to do your work for you on this site, if you are having a specific problem then you may post and ask for help but we will want to see some evidence of your attempt at the work.

          Banfa
          Administrator

          Comment

          Working...