C++ Application Default Parameters

Hi!

I have developed an application in C++ that creates some text files in a directory chosen by the user.

How can I help the user set a Default Directory Path (and some other default parameters) so that she doesn't have to enter the same data in the GUI everytime the application is run.

There must be some standard ways to do so. Any help / suggestions shall be greatly appreciated.

The application has been developed using Qt Creator.
Create a config file where defaut parameters will be stored.
ok.. Thanks MiiniPaa and Caligulaminus, shall try these options out!
Topic archived. No new replies allowed.