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 » How to program real U++ applications
Re: How to program real U++ applications [message #25969 is a reply to message #25968] Mon, 22 March 2010 16:33 Go to previous messageGo to previous message
mdelfede is currently offline  mdelfede
Messages: 1308
Registered: September 2007
Ultimate Contributor
Another stuff is when you want to save app data, not just settings.
That depends too much upon your app structure....
In my app I've got files containing a 'fixed' part (customer name, site and so on...) and a 'variable' part wich is composed by an array of classes derived from a main (Page, in my app) base class, so a polymorphic class array.
For 'fixed' part I just xmlize single values, and for 'variable' part..... also Xmlize, but the full array using PolyXML bazaar stuff. That makes really easy to add new data to the application with no need to touch at a single line in main app class.

Ciao

Max
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Xmlize hates spaces
Next Topic: Strange issue with VectorMap<String, String>
Goto Forum:
  


Current Time: Mon Jul 07 11:09:54 CEST 2025

Total time taken to generate the page: 0.03460 seconds