Queue using STL

Good evening programmers out there. I just need to know how to use queue using STL?
The standard library has a queue adapter.
http://en.cppreference.com/w/cpp/container/queue
closed account (E0p9LyTq)
You need examples how to use the queue container?

http://www.cplusplus.com/reference/queue/queue/queue/

There are also examples for each member function, on the method pages.
JLBorges
Thank you my friend

FurryGuy
Thank you my friend.

I need the example for create a program which involves display, total, and delete. Thank you. If there is more example, i welcome you to give me. :)
Topic archived. No new replies allowed.