Movie theater management is a console application which manages movie information, customer information, buy or sell tickets etc. of a movie theater.
The user will be present with two basic functions Admin and Customer mode upon running the code. The admin mode requires a password to gain admin access. Customers can create accounts and use further features.
- Add movie
- Delete movie
- Set show time
- Set ticket price
- Browse Movies
- Browse Movies
- Create Account
- Buy tickets
The project is made with C programming language. Every information is stored locally on computer using the file handling methods of C language.
This is my university project of semester L1T2. The project was very exciting for me as a beginner and I enjoyed every millisecond of it. There are still some minor bugs while deleting and then browsing the movies. Hopefully someday I'll fix it 😊.