A movie ticket booking system with c++
This is an OOP (object oriented programming) design. Using the C++ object-oriented feature, write a simple movie theater booking system. The system provides:
- Customer booking
- Customers who have booked can check the booking information
- The administrator can check all the booking information
Read and write with CSV file
(CSV 1): member_detail.csv (CSV 2): order_detail.csv
(CSV 3): movie_showtime.csv