9
votes
Registry vs. INI file for storing user configurable application settings
Pros of config file:
1. Easy to do. Don't need to know any Windows API calls. You just need to know the file I/O interface of your programming language.
2. Portable. If you port your ap …
