Dec 26, 2013 at 7:19am
I need the code so badly...I'm having exercise and i know nothing about queue.
Anyone please help me.
Question:
Write a C++ programming using queue implementation.
1. Determine the front element
2.Determine the last element
3.Enqueue
4.Dequeue
output:
The front element of queue:26
The last element of queue:33
After the pop operation, the front element is:18
List of queue elements: 18 50 33.
i need the code rigth now.Some one please help me!
Dec 26, 2013 at 7:38am
What have to written so far? Post code
Dec 26, 2013 at 7:42am
we arent going to write code for you. you have to show us what youve dobe so far