In this project, multithreaded programming is used.
Aim of the project is creating a simulation of theater ticket reservation. There are 5 kinds of threads which are main, client, tellerA, tellerB and tellerC. Information of clients are given in an input file and each reserved seat for clients are written in an output file.