Tourism Management System is based on a concept of maintaining tour packages for the tourists. Before stepping into the main system a user has to pass through login system to get access, then only he/she can use the features of the system which includes booking package, previewing ticket, canceling a ticket, viewing tourism brochure. It also contains a sign-up feature.
Tourism Management system is developed using C Programming Language and different variables, strings have been used for the development of it.
Features of Tour / Tourism Management System In C Programming :
Talking about the features of Tourism management system, a user needs a certain id to get access. For this, the user can simply sign up by providing username and password. After logging in as a user, there are several options to perform. The user can check for holiday packages and book. In order to book a package, the user has to select within given package details and enter the number of people. After the booking is done, he/she can check for the ticket details which displays the total price and ticket of the package. In total there are 10-holiday packages. Whenever the user wants to cancel the tickets, he/she can easily cancel it and get the refund.
There are certain things like a user can only book one package from one user id. In order to book more packages, he/she needs to cancel their current bookings. Each package contains a unique code, which the user must enter during booking procedures. The last feature of this project is about changing the password. A user can change his/her password anytime just by providing their current password (to verify user) and entering a new password. After all these, the user can also log out of their current id. The system creates an external file to store the user’s data permanently.
- Sign up
- Login-Logout
- Book Tour Package
- Check Tickets
- Cancel Tickets
- Change Password
- Brochure
How To Run Simple Airline Seat Reservation System In C Programming ?
In order to run the project, you must have installed Dev C++ or Code Blocks on your PC. (we recommend these IDE).
>>>> LOGIN DETAILS ARE PROVIDED IN “Readme.txt” FILE INSIDE PROJECT FOLDER <<<