Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » .ini file helpers
Re: .ini file helpers [message #36763 is a reply to message #36723] Tue, 03 July 2012 09:56 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
After some initial experiences, we are now using "namespace Ini" instead of "namespace Config", also classes used to represent flags are now public, so that they can be placed in .h:

In .cpp:

namespace Ini {
INI_BOOL(flag1, false, "This is bool parameter 1");
};


In .h:

namespace Ini {
Bool flag1;
};

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: TheIDE now supports JavaScript syntax highlighting for .js file extension
Next Topic: GetIniKey is now disallowed when APP_MAIN is not running
Goto Forum:
  


Current Time: Wed May 15 16:48:35 CEST 2024

Total time taken to generate the page: 0.01788 seconds