I’m very new to C++ and Qt, but I’m very good at C#/Java.
The point is I like cross-platform, but I’m confuse with Qt. Isn’t std::vector already cross-platform, doesn’t Qt provide an equivalent to a non-crossplatform thing?
Also how are File and QFile different?
A link would be nice, thanks 🙂
This article loooks good. It compares Qt Template Library with Standard Template Library:
Hope, you’ll find it interesting seeing all the differences listed there in the article.
EDIT:
Here is what I find interesting:
Like he said, no clear winner. But still reading the article makes lots of things clear. Its better to know the difference than going for one, without knowing the other.