CSCI 474 Project 2 (Fall 13) - Hotel Simulation
Simulation of a hotel reservation system. Guests, check-in reservationist, and check-out reservationist are all implemented as seperate threads. Concurrency issues are addressed using semaphores.
gcc hotel_simulation.c -pthread
./a.out