|
|
Home » U++ Library support » U++ Core » How to program real U++ applications
How to program real U++ applications [message #25966] |
Mon, 22 March 2010 15:55  |
 |
koldo
Messages: 3435 Registered: August 2008
|
Senior Veteran |
|
|
Hello all
I would like to ask you how you design professional U++ applications.
Thinking in a GUI application with a main window, how do you connect classes with main class containing main Serialize/Xmlize configuration:
- Main class is a global variable.
- You include in classes constructor as argument a pointer to main class
- You access from a subclass the main class using dynamic_cast<MainClass *>(GetParent()->GetParent()-> ... as many times as necessary.
Best regards
Iñaki
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Wed May 14 19:33:58 CEST 2025
Total time taken to generate the page: 0.00618 seconds
|
|
|