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 …
1
vote
How to display unicode text in OpenGL?
You could also group the characters by language. Load each language table as needed, and when you need to switch languages, unload the previous language table and load the new one.
…
