View Single Post
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#9
Originally Posted by zimon View Post
Java - "Write Once Run Anywhere"
Qt - Write once, Port many times
No, this is false.

Qt = Code less, create more, deploy everywhere.

Of course, it is native code, so you must recompile for every platform you want to support.
There are also platform-specific APIs for convenience, but you can wrap them in #ifdef's to preserve compatibility with others.