This project demonstrates the usage of Assembly language with the Irvine32 library in Visual Studio 2019.
This cinema management system efficiently handles cinema operations with both Admin and Customer interfaces. The Admin interface allows administrative changes, including setting show names, show time slots, and ticket prices. The Customer interface enables users to view current shows, time slots, book seats, purchase tickets, and access additional information like ABOUT US and CONTACT US.
Cinema.Manegment.System.mp4
- Authentication:
- Only authenticated users with correct usernames and passwords can access the admin interface.
- Show Management:
- Set show names.
- Set show time slots.
- Set ticket prices for shows.
- Seat Information:
- View available seats for each show and time slot.
- Show Information:
- View current shows.
- View time slots for shows.
- Booking and Ticketing:
- Book seats and purchase tickets.
- View available seats for booking.
- Information Pages:
- Access ABOUT US and CONTACT US pages.
- Visual Studio 2019 or later
- Irvine32 library (ensure it's properly configured in your project)
- Clone the Repository:
git clone https://github.com/Taha-Qaiser-4779/COAL-Project.git