In my last tutorial, I introduced queues the long way. In this tutorial, I show you how to use #include <queue> properly in C++. I cover many of the basic functions included with queue including push, pop, empty, size, front, and back.
This is a simple tutorial and can be mastered within minutes. It shortens the last tutorial greatly and gives you an insight on how to properly use #include <queue> in C++.
If you have any questions about the program or anything in general relating to beginner C++ Programming, feel free to ask.