Registry vs. INI file for storing user configurable application settings

前端 未结 13 1734
天涯浪人
天涯浪人 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:12

    There is one drawback to ini or config files and that is locating them if the user has the option to select where the program is installed.

提交回复
热议问题