摘要: 转载至:https://blog.csdn.net/K346K346/article/details/81478223 STL一共给我们提供了四种智能指针: auto_ptr、unique_ptr、shared_ptr 和 weak_ptr,auto_ptr 是 C++98 提供的解决方案,C+11 阅读全文
posted @ 2019-07-17 07:50 知了会爬树 阅读(372) 评论(0) 推荐(0) 编辑