I need to learn how to input a variable type "char string" in to some type of storage file that can remember the variable entered even when the computer shuts off or the program is restarted. the variable in question will not be reentered once entered. If variable "A" is entered as 'if'
then "A" would stay 'if' even when the program is restarted.
I hope this is enough information. Please include working complete C++ code samples if possible as that is the way I learn best.
thanks,
sunup2012
then "A" would stay 'if' even when the program is restarted.
I hope this is enough information. Please include working complete C++ code samples if possible as that is the way I learn best.
thanks,
sunup2012