In my last tutorial, I introduced stacks to you and what I would be doing to teach you stacks. In this tutorial, I use what I taught you in my last tutorial to code a program from scratch. I do this the long way without using the Stack library.
There are other ways to do stacks, this is just the way I am teaching you, using structs, arrays, while loops, and functions. This method of teaching shows you exactly what goes on within a Stack. If you are interested in knowing the stack library, I may make a tutorial for that in the future.
If you have any questions about the program or anything in general relating to beginner C++ Programming, feel free to ask.