I have a program which needs a help link in the menu. The help link differs depending on the language, version, user type (admin guide or user guide), so there are more than a dozen of links. Should I put all these links in an external XML file under program directory or just hard code in .rc file where has a huge string table?
Thanks!
If you put everything in .rc file it will be bad for re-factoring. If I was you I’d use external XML.