要不要用STL的问题——真理是越辩越明的~

QtWidgets的维护者 Marc Mutz 有一篇博客比较详尽的介绍了 Qt自己的容器。介绍了何时用什么比较好
https://marcmutz.wordpress.com/effective-qt/containers/

其实也可以程序里面qt的库只用在ui层,其他层尽量用std或者其他的。

批判STL的两个帖子:
http://www.zhihu.com/question/20201972
http://www.oschina.net/question/188977_58777

QTL比STL好,原因很多:

http://stackoverflow.com/questions/1668259/stl-or-qt-containers

原文地址:https://www.cnblogs.com/findumars/p/5011801.html