This is a C++ project aimed at providing users with a command-line interface for booking movie tickets online. The project uses various C++ concepts such as classes, objects, inheritance, and file handling to create a robust and efficient system.
The main features of the project include:
- User-friendly interface for browsing movies, selecting seats.
- Oject oriented system for managing bookings, updating show timings, and generating reports
- Real-time seat availability updates
To run the project, follow these steps:
- Clone this repository to your local machine.
- Compile the source code using your preferred C++ compiler.
- Run the executable file generated by the compiler.
We welcome contributions to this project. If you have any ideas or suggestions for new features, feel free to submit a pull request or create an issue.
Server: c++