train reservation source code in c++ - train reservation project

Train Reservation System
Railway Ticket Reservation System  will help the passengers to book their tickets for their journey, search train between two stations and get details of particular train schedules including their fare details. To use this system, its users should be registered and should have a valid login and password to make their reservation. Even if users who have not their valid login id and password can make new registration and get their id and set password as per their choice. The main objective of this login module is to keep each passengers safe which will not allowed to make fraud and make their transactions secure. After making registration passengers have to enter the source and destination station name and the system will able to provide the list of all available trains for particular destination and their arrival and departure time and date. Upon selecting particular train, system will able to display the number of seats available under particular coach type and coach will be either sleeper class, three tier or two tier. To book their tickets passengers have to select coach type and total number of passengers and passengers will be provided with choice to select the seat numbers as per their location and their location also such as upper birth, middle birth or lower birth or seat chair. When all the selection work will be done, passengers will be provided with total fare charges and mode of payment which they want to select for making final payment.Click here to download source code

Comments