Linked by David Adams on Fri 6th Aug 2010 16:36 UTC, submitted by poundsmack
Qt Been wondering about Nokia's strategy for conquering the rapidly expanding app space? Great! So were we, which is why we joined up with a recent dev event carried out by the Finnish company for an update on how and where things are going. It's a familiar narrative by this point: Qt is all set to become the way that Nokia-friendly apps are made -- whether it be for Symbian smartphones or MeeGo-powered mobile computers, coffee machines or infotainment consoles
Permalink for comment 435765
To read all comments associated with this story, please click here.
vivainio
Member since:
2008-12-26

Obviously, there is some manual memory management involved (although that makes sense, given C++'s purpose).


There is actually very little manual memory management going on, since the QObject hierarchy and implicit sharing do the bulk of the work. If you do lots of memory management, you are doing something wrong.

Also, the main feature I find myself wanting in C++ is something like algebraic data types.


Do you really need that in normal programs?

Reply Parent Score: 3