Question: Complete the following using C++ Task 3: Create a queue class using a dynamically allocated linked list to store the data 1. 2. Create a
Complete the following using C++

Task 3: Create a queue class using a dynamically allocated linked list to store the data 1. 2. Create a new project. You can name this whatever you like. Design a queue class using a dynamically allocated linked list to store data. This class should be a template 3. The class should have a constructor, a copy constructor, a destructor and should include the standard functions for a queue (enqueue, dequeue, peekfront isEmptv empty). Implement the queue class. Design a test program for your class. The test program should test all the implemented functions.This should test both expected success conditions and expected error conditions. Include in the lab report a screen shot(s) of the output of your test program. Include a discussion of how you designed your test program. 4. 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
