I would like to create a "save game system" using ini files.
However, instead of only having one ini file, or a predefined number of "save slots", I would like there to be no limit.
I messed around with this a bit whilst stuffing my face with easter chocolates yesterday..
I've managed to create various ini files, but cant seem to figure out how to display these various files to the user for selection.
I envision this being some sort of list that is populated with the names of all of the various ini files - the user clicks on the name from the list, and the information is loaded.
Cant figure the list part out - any thoughts?