I'm currently maintaining a legacy C++ application which has put all the global application details in a static class, some of the variables stored are:
- application name
- registry path
- version number
- company name etc..
What is the recommended method for storing and accessing system application details?