首页
编程
java
php
前端
首页
编程
java
php
前端
qt中的容器和stl容器有什么区别,如何选择
qt中的容器和stl容器有什么区别,如何选择?
qt容器应该是在stl基础上做了封装,差别不大,用法基本一致,函数稍微有点差别。
看一下这里
c++ - STL or Qt containers? - Stack Overflow
What are the pros and cons of using Qt containers (QMap, QVector, etc.) over their STL equivalent? I can see one reason to prefer Qt: Qt containers can be passed along to other parts of Qt. For e...
https://stackoverflow.com/questions/1668259/stl-or-qt-containers
点击展开全文