c++ - Why use QVector(Qt) instead of std::vector -


i'm new c++ , qt, i'm @ c#/java.

the point cross-platform, i'm confuse qt. isn't std::vector cross-platform, doesn't qt provide equivalent non-crossplatform thing?

also how file , qfile different?

a link nice, :)

this article loooks good. compares qt template library standard template library:

hope, you'll find interesting seeing differences listed there in article.

edit:

here find interesting:

my opinion biggest advantage of qtl has same implementation (including binary compatibility) on oses supported qt. stl implementations might below par when comes performance or might missing functionality. platforms don’t have stl! on other hand, stl more customizable , available in entirety in header files… like said, there no clear winner.

like said, no clear winner. still reading article makes lots of things clear. better know difference going one, without knowing other.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -