I noticed that when I ran my C++ program and inputed variable values with user input, and then closed the program it reset the values and they were all blank when I ran the program again, is there anyway to save these variables other than storing them on a file? I know I could just put the values on a text file and have the program read it but the whole idea of the program is to keep the values secret unless you know what to type, and I don't want to go through encrypting the files, any other solutions?