Answered step by step
Verified Expert Solution
Question
1 Approved Answer
be aware im using visual studio to code this. so if u can use that, that would be extremly helpful. also can u include a
be aware im using visual studio to code this. so if u can use that, that would be extremly helpful. also can u include a class break down. for each as well thank u for your help.
COLUMBIA 1851 Description We would like you and your team to implement and test three C++ classes that would be part of a Queueing Simulator program. Your first class must represent a queue. Your second class must represent items in the queue, for instance, customers in a line at the bank. And your third class must represent servers, for instance, tellers at the bank. NOTE: Your solution must be able to calculate the length of the queue, waiting time per item, and idle & busy time per server. Requirements 1. Your classes should be large enough to take about 6 hours of development. 2. Your class must make use of the following object- oriented techniques: Pointer-based, double- ended, doubly-Linked Queue 3. You must submit a soft copy of your C++ code on blackboard 4. Teams must have two members (no exceptions) Deadline COLUMBIA 1851 Description We would like you and your team to implement and test three C++ classes that would be part of a Queueing Simulator program. Your first class must represent a queue. Your second class must represent items in the queue, for instance, customers in a line at the bank. And your third class must represent servers, for instance, tellers at the bank. NOTE: Your solution must be able to calculate the length of the queue, waiting time per item, and idle & busy time per server. Requirements 1. Your classes should be large enough to take about 6 hours of development. 2. Your class must make use of the following object- oriented techniques: Pointer-based, double- ended, doubly-Linked Queue 3. You must submit a soft copy of your C++ code on blackboard 4. Teams must have two members (no exceptions) DeadlineStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started