I have some ints and strings that change as the app is played. I would like to keep a revolving score that can be added to after the application closes and reopens.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When the program closes ( or at some checkpoint ) you can save the data to storage medium, e.g. file(s), registry key(s), database record(s). Then when the program loads ( or possibly a dialog invoked by he user ) load said record(s).