celine-hsieh / Movie_Booking_System

A movie ticket booking system with c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Ticket Booking System || Object Oriented Design

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:

  1. Customer booking
  2. Customers who have booked can check the booking information
  3. The administrator can check all the booking information

UML

Interface

Other File

Read and write with CSV file

(CSV 1): member_detail.csv                (CSV 2): order_detail.csv

image

(CSV 3): movie_showtime.csv

image

About

A movie ticket booking system with c++


Languages

Language:C++ 100.0%