智能指针 1. 智能指针概念及原理1.1 智能指针概念1.2 为什么使用智能指针1.3 用对象的生命周期来控制程序资源 2. 智能指针发展过程2.1 auto_ptr2.2 防拷贝的方法2.3 unique_ptr2.4 shared_ptr