Hello,
For an application that Im working on I need to save the settings in .ini-files. I chose the random access to read and write to these files because it was the easiest.
Now, these .ini-files do not look good if you open them in a text editor (no carriage return) so I was thinking of changing to sequential access.
So, do any of you use settings-files within your application?
If so, do you use random or sequential acces or something else perhaps?
Thanks,
//Simon.
For an application that Im working on I need to save the settings in .ini-files. I chose the random access to read and write to these files because it was the easiest.
Now, these .ini-files do not look good if you open them in a text editor (no carriage return) so I was thinking of changing to sequential access.
So, do any of you use settings-files within your application?
If so, do you use random or sequential acces or something else perhaps?
Thanks,
//Simon.