Registry vs. INI file for storing user configurable application settings

前端 未结 13 1747
天涯浪人
天涯浪人 2020-12-02 16:37

I\'m a new Windows programmer and I\'m not sure where I should store user configurable application settings. I understand the need to provide a user friendly means for the

13条回答
  •  借酒劲吻你
    2020-12-02 17:20

    Use of an ini file, in the same directory as the application, makes it possible to back it up with the application. So after you reload your OS, you simply restore the application directory, and you have your configuration the way you want it.

提交回复
热议问题