发表评论取消回复
相关阅读
相关 Qt 智能指针实例
include <QtCore/QCoreApplication> include <QScopedPointer> include <QSharedP
相关 智能指针
C++里面的四个智能指针分别是:auto\_ptr,shared\_ptr,weak\_ptr,unique\_ptr,其中后三个是C++11支持的,第一个auto\_ptr已
相关 智能指针使用-share_ptr实例
最近项目中使用boost库的智能指针,感觉智能指针还是蛮强大的,在此贴出自己学习过程中编写的测试代码,以供其他想了解boost智能指针的朋友参考,有讲得不正确之处欢迎指出讨论。
相关 vtk智能指针->对智能指针的理解和使用
学习代码: include <vtkSmartPointer.h> include <vtkBMPReader.h> include <vtkIm
还没有评论,来说两句吧...