Question: C++ Coding exercise 2 - Simulate a queuing system The textbook talks about simulating a queueing system consisting of servers and customers. Customers arrive into
C++
Coding exercise 2 - Simulate a queuing system The textbook talks about simulating a queueing system consisting of servers and customers. Customers arrive into the system and wait in a queue. When a server becomes free, they serve the customer at the front of the queue. The supplementary video explains what the simulation does For this coding exercise, you are provided the solution files from the textbook simulation in three files, Simulation.h, SimulationImp.cpp, and MainProgram.cpp. The code contains almost all the implementation except the simulation of the queue. You are required to add implementation to simulate the queue of waiting customers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
