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++

Complete the following using C++ Task 3: Create a queue class using

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!