hi a have an stl queue object in my program.
i can use any functions in the queue but i cant seem to use "top()" ... it gives me that top() is not a member of queue.
I looked in help and top is in queue ... is there a different way to write something like something=queueObj.top(); .... ?
i can use any functions in the queue but i cant seem to use "top()" ... it gives me that top() is not a member of queue.
I looked in help and top is in queue ... is there a different way to write something like something=queueObj.top(); .... ?