Changes between Version 7 and Version 8 of Documentation/Configuration
- Timestamp:
- Feb 4, 2010, 5:05:15 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Configuration
v7 v8 16 16 If you want to read information from a settings file, you can use the built-in {{{Configuration}}} class. To define the filename, use the 17 17 {{{ 18 #! C++18 #!cpp 19 19 StartupWrapper::initConfig( config ); 20 20 }}}