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 » U++ Library support » U++ Core » Dynamic Variable Names
Re: Dynamic Variable Names [message #13550 is a reply to message #13543] Mon, 14 January 2008 18:49 Go to previous messageGo to previous message
zsolt is currently offline  zsolt
Messages: 702
Registered: December 2005
Location: Budapest, Hungary
Contributor
Check About storing configuration part of the documentation. Read the "1) Text configuration" section.

Readig a text configuration file is very simple:
VectorMap<String, String> cfg = LoadIniFile("myapp.cfg");
String recentdir = cfg.Get("RECENTDIR", Null);
int id = ScanInt(cfg.Get("ID", Null));
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Rect_ operators overloading suggestion
Next Topic: logs in release builds (801.r97, SVN rev 90)
Goto Forum:
  


Current Time: Sun Aug 03 15:54:03 CEST 2025

Total time taken to generate the page: 0.06841 seconds