Is there a "proper" way to save settings that a user may have changed in the program, so that they may be loaded the next time? Should I just save them to a text file and parse the data in the file every time I load the program? Or is there a better/easier way?
Anyone have any quick examples or reasons to do it one way or another?
Thanks.
