Linked by Eugenia Loli-Queru on Wed 4th Feb 2004 08:56 UTC
Qt On Monday, OSNews had the pleasure of talking face to face with Trolltech's CEO and founder, Haavard Nord. Mr Nord discussed with us the new features found in Qt 3.3 (download, changes, announcement), Qtopia and the arising market of Linux in mobile phones as well as in the business computer market. Update: ITManagersJournal hosts a Trolltech article as well.
Permalink for comment
To read all comments associated with this story, please click here.
Re: tuttle
by Roberto on Wed 4th Feb 2004 18:00 UTC

All it would take is one guy with a Comeau C++ license to recompile its object code (which is C) into MSIL.

I don't expect anyone to bother, though, because you *do* need to change the way some things are done (like, say, screen drawing, and manual memory management).

Managed C++ is right now a subset of C++. Hell, last I checked it lacked even templates.