Welcome to the GitHub repository for the Movie Tickets Booking System C++ project - urssanjaysingh/Movie-Tickets-Booking-System!
This repository contains the source code and related files for the Movie Tickets Booking System, a C++ project that simulates a simple movie ticket booking application.
The project includes the following files:
MTB.cpp
: The C++ source code file containing the application logic and user interface.MTB.exe
: The compiled binary executable of the Movie Tickets Booking System.Password.txt
: A file containing password information for the application.README.md
: The readme file providing information about the project (this file).movieDatabase.txt
: A file containing movie information or database for the application.
To get started with the Movie Tickets Booking System project, follow these steps:
-
Clone the repository: Use the following command to clone the repository to your local machine:
git clone https://github.com/urssanjaysingh/Movie-Tickets-Booking-System.git
-
Compile the Source Code: Navigate to the project directory and use a C++ compiler (e.g., g++) to compile the source code:
cd Movie-Tickets-Booking-System g++ -o MTB MTB.cpp
-
Run the Application: Execute the compiled binary file to run the Movie Tickets Booking System:
./MTB
The Movie Tickets Booking System project also includes the following additional features:
-
Seat Selection for Movie: After selecting a movie, users can choose their preferred seats from a seating chart displayed with the iomanip library.
-
Add a New Movie: The system allows the addition of a new movie to the movie database. Users with appropriate authorization can enter movie details, such as name, genre, and showtimes.
-
Remove an Old Movie: Authorized users can remove an old movie from the movie database.
-
Display Theater Seats with iomanip Library: The application displays the seating arrangement of the theater using the iomanip library to create a structured and visually appealing seating chart.
urssanjaysingh welcomes contributions to this project! If you find a bug, have an idea for an enhancement, or want to add new features, feel free to open an issue or submit a pull request. Make sure to follow the project's code style and guidelines.
If you have any questions or need further assistance, you can reach out to urssanjaysingh via email at sanjaysingh26112000@gmail.com.
Thank you for visiting this repository, and enjoy booking movie tickets with the enhanced Movie Tickets Booking System!