it is solved... :)

i cant solve a problem...
anyone please help me to do this:
Create a LIFO queue, send this queue to a function WHICH IS NOT A MEMBER OF ANY CLASS, display all the values stored in that queue.
Last edited on
Are you allowed to use the STL or not? What data type are you to store in this queue? Or should it be any type of data type the user wishes?
Last edited on
its my friends problem... and she uses microsft visual studio to compile. would u plz solve it for me???
I would still require an answer to my last question, and so would anyone else.
any data that user wishes...
u there???
Yes, are you, err sorry your "friend" allowed to use the STL?
what is STL??? me or she dnt understand...
closed account (jwkNwA7f)
Standard Template Library: http://en.wikipedia.org/wiki/Standard_Template_Library
no... :(
she is not allowed to use STL...
????
Just, dude stop asking like a kid, first explain a bit more your problem, second stop posting a message every quarter of hour, and damn dudes, stop fu*** naming your threads like "PLEASE HELP ME".
closed account (jwkNwA7f)
stop fu*** naming your threads like "PLEASE HELP ME".

+1
First of all, a LIFO would be considered a stack, not a queue.

In the function, just pop each element and display it.
Topic archived. No new replies allowed.