Pointer helpThis is the Queue.h file: [code]#pragma once #include "QueueItem.h" class Queue { public: ...
Pointer helpQueue::addItem() is linking the new item on the end ok, but isn't updating pTail to point at the new...
This user does not accept Private Messages