I am trying to make a game with a feature for people to exit, and then pick up where they left off at a later date. I am wondering how i would go about archiving the values currently stored in variables, and how i could import and reassign them when the program was restarted. (Obviously so that C++ does not just reset the variables. I am essentially trying to find a way to keep the values of my variables.)