View Single Post
Posts: 415 | Thanked: 732 times | Joined on Jan 2009 @ Finland
#5
Originally Posted by Dexter1759 View Post
Also, I thought Qt, was it's own programming language, but it seems it's C++. So what is Qt? Is it a derivative language? Or some kind of API set that can be called/used by C++? please forgive my ignorance, as mentioned I'm coming from a VBA background which I appreciate is very different from C++.
Qt is a complete C++ application development framework, which includes a class library and tools for cross-platform development and internationalization.
(from http://qt.nokia.com/developer/faqs/211)

So basically it's c++. The Qt framework on top of c++ just makes things easier.

Edit: I was slow
 

The Following User Says Thank You to timoph For This Useful Post: