I wanted to ask, what should i do in order to keep the variables same size after the program was closed and reopened?
Im thinking of something like saving data to a text file or something similar using fstream include and then reading the data back to the program on the next load of it.
It would be like a save for a game or something like it.