Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am involved in a project to build an application from scratch. In past i have used the application objects as provided by some UI frameworks (Qt, MFC etc.). Now I require to design the application class.

Mine is a desktop application that shall run on Windows, Linux. I am collecting other specific requirements. But I want to know

In general, what are design considerations for an application class?

Little background for understanding. Most of the desktop application have an entry point, where the application starts. This is generally encapsulated in an Application Class (QApplication in Qt, CWinApp in MFC etc.). These classes need to cater various requirements of the application. I want to know design considerations for such a class.

share|improve this question
Wow- Amol, could you possibly be more ambiguous? Might be a challenge but I have faith... lol. – Sky Sanders Mar 3 '10 at 5:52

1 Answer

Since you want to support multiple platforms then i think Java is a good option. But im not sure what do you mean by "Application Class"

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.