Thank you. Does C++ has the same mightiness as Obj-C or am I limited in any way?
The application should just be some kind of test, because I am curious about this cross-platform topic.
It does a really good job in making programs that look like they were programmed using their native platform's frameworks.
What's an OSX app written with Qt that looks as good as a Cocoa app? As Thomas Harte has stated, the "most correct" way to do this is to use a MVC paradigm.
Qt can be compiled to use Cocoa. It uses the native platform's UI widgets. Since Qt always needs to be the lowest common denominator between the major platforms, it obviously will not be able to take advantage of features unique to one particular platform but I think that is a small price to pay. Then again, I'm not an OSX purist.
The 'most correct' way is the one that meets all of the OP's objectives best. The MVC model certainly has its advantages but it can also greatly increase development time, unless he/she is already familiar with Windows/OSX APIs. For me, time is money and the time savings that Qt offers wins almost every time.
Qt can be compiled to use Cocoa. It uses the native platform's UI widgets. Since Qt always needs to be the lowest common denominator between the major platforms, it obviously will not be able to take advantage of features unique to one particular platform but I think that is a small price to pay. Then again, I'm not an OSX purist.
The 'most correct' way is the one that meets all of the OP's objectives best. The MVC model certainly has its advantages but it can also greatly increase development time, unless he/she is already familiar with Windows/OSX APIs. For me, time is money and the time savings that Qt offers wins almost every time.
Thanks to all
@lloyddean
I just want to make a kind of demo application to apply for a job. However, it's kind of difficult to find something that's useful and not too complex. Any ideas?
Hello forum,
I'd like to build an application in C++ that natively runs on Windows and Mac OS X, but this seems to be a daunting task. Which frameworks, libraries and IDEs would you recommend?
Thanks to all
@lloyddean
I just want to make a kind of demo application to apply for a job. However, it's kind of difficult to find something that's useful and not too complex. Any ideas?
I thought about making some kind of tool, maybe a converter, code generator
or something like that. The main thing is that I do something that makes sense and has a certain presentable value.
Hope my answer is not too vague...
What I don't want to do is game programming (too artistic, too elitist).
I thought about making some kind of tool, maybe a converter, code generator
or something like that. The main thing is that I do something that makes sense and has a certain presentable value.
Hope my answer is not too vague...
What I don't want to do is game programming (too artistic, too elitist).