Home » Community » Newbie corner » complex applications GUI best practices?
complex applications GUI best practices? [message #37950] |
Sat, 24 November 2012 14:34  |
skan
Messages: 5 Registered: November 2012 Location: Spain
|
Promising Member |
|
|
Hello
What's the best way to create a complex application?
Is it advised to create the GUI as the main part of the application, and that GUI calls other modules to perform calculations?
Or is it better to have a main executable module as simple as possible that call other modules, one of them being the GUI?
Or mix it alltogether?
regards
[Updated on: Sat, 24 November 2012 14:35] Report message to a moderator
|
|
|
Re: complex applications GUI best practices? [message #37951 is a reply to message #37950] |
Sat, 24 November 2012 14:57  |
|
My practice:
MyApps
+-ProjectDir - (mainprojectheader.h config.h config.cpp main.iml *.t ... some common files)
+-Componet1Dir - (dependent files, includes common files like "../config.h")
+-Componet2Dir - (dependent files, includes common files like "../config.h")
+-Componet3Dir - (dependent files, includes common files like "../config.h")
+-Some other dirs (docs, images sources, setup scripts)
SergeyNikitin<U++>( linux, wine )
{
under( Ubuntu || Debian || Raspbian );
}
|
|
|
Goto Forum:
Current Time: Wed Apr 30 03:12:12 CEST 2025
Total time taken to generate the page: 0.00704 seconds
|