Skip to content
All work

07 · C++ coursework

Ticket Reservation System

Customers reserve, managers report — all in the terminal.

The final project for the object-oriented programming course. Customers reserve and verify tickets; managers add and edit events and pull sales reports through an admin menu. The point was class design, not the interface — inheritance for ticket types, composition for the event catalogue.

Year
2023
Role
Design & implementation
Stack
C++, OOP

Next project

Classic Console Games

Connect Four, Mancala and two puzzles, in plain C.