Simple Movie Ticketing System is based on the concept of managing movie ticket records. There’s no login system available for this system, the user can freely use its feature. This mini project contains limited features, but the essential one.
The user can view all the ticket’s record and he/she can simply modify or remove it. With the help of booking number, the user can search the ticket records easily. The last feature of this project is about viewing list of movie names.
The system creates an external file to store the user’s data permanently. This system is developed using C Programming Language and different variables, strings have been used for the development of it.
Features Of Simple Movie Ticketing System In C Programming :
- Add ticket records
- Modify/delete records
- Search ticket records
- List movies
How To Run Simple Movie Ticketing 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).