05-11-2015, 09:58 PM
Can't we use unordered_map's? Simply read all the arguments in the main function, put them in an unordered map, and pass it to the cRoot (where the settings are normaly read). In there it first looks if the item is present in the unordered map, and if not it takes if from the settings.ini.
Of course, I have little C++ knowledge, so I could be talking nonsense.
Of course, I have little C++ knowledge, so I could be talking nonsense.