I am making a game where I need to take one image and make it into multiple images. then when I click on the image, I want one to dissapear at a time. I believe this can be accomplished via arrays. I am still pretty new to C++, so I am not sure exactly how to feed an image to an array and work like mentioned above.
Any help is appreciated.