摘要: 转自: https://blog.csdn.net/k346k346/article/details/81478223 STL一共给我们提供了四种智能指针:auto_ptr、unique_ptr、shared_ptr和weak_ptr,auto_ptr是C++98提供的解决方案,C+11已将其摒弃, 阅读全文
posted @ 2018-12-09 22:33 白菜菜白 阅读(492) 评论(0) 推荐(0) 编辑