A demonstration of how you can create multiple objects of a class in C++. This is a very straightforward method where you will store all the objects in an array, and then you retrieve the object by indexing the array.
And don't forget to call the destructor, though I did. :(
Enjoy.