Homework 3
|
Date Due: 1 Week Task: Implement the method Queue::remove. This will require studying the data structure and source code. You must consider removing an element from the head, tail, middle and the last item from the queue. You must swizzle the pointer to achieve the desired result. Use the debug architecture in the code to check the pointer addressing. Put the executable and source code on a floppy disk, print out queue.h and the program output and place all in an envelope labeled with your name and homework number. Source Code Documentation: Main Index Workspace: queues.zip |