摘要: 主题索引: 一、剖析C++标准库智能指针(std::auto_ptr)1.DoyouSmartPointer?2.std::auto_ptr的设计原理3.std::auto_ptr高级使用指南4.你是否觉得std::auto_ptr还不够完美? 二、C++条件,寻找构造更强大的智能指针(SmartPointer)的策略1.支持引用记数的多种设计策略2.支持处理多种资源3.支持Subclassing... 阅读全文
posted @ 2010-01-07 13:56 Owen Wilson 阅读(478) 评论(0) 推荐(0) 编辑
摘要: 主题索引:一、剖析C++标准库智能指针(std::auto_ptr) 1.Do you Smart Pointer? 2.std::auto_ptr的设计原理 3.std::auto_ptr高级使用指南 4.你是否觉得std::auto_ptr还不够完美?二、C++条件,寻找构造更强大的智能指针(Smart Pointer)的 策略 1.支持引用记数的多种设计策略 2.支持处理多种资源 3.支... 阅读全文
posted @ 2010-01-07 13:55 Owen Wilson 阅读(400) 评论(0) 推荐(0) 编辑