In this tutorial, I introduce the concept of a Bubble Sort. This code allows you to sort objects/values/variables in your program from largest to smallest or smallest to largest. It's very simple and it's the first program before I introduce the Index sort for you which will be a little different.
You will need to know about Arrays, the for loop, and the if statement for this program. If you are not familiar with any of them, please have a look at my other tutorials and familiarize yourself before doing this tutorial.
If you have any questions about the program or anything in general relating to beginner C++ Programming, feel free to ask. I hope you enjoy the video and if you have any requests feel free to let me know.