目录: 第Ⅰ部分通用库  第1章Smart_ptr库   1.1Smart_ptr库如何改进程序   1.2何时需要智能指针   1.3Smart_ptr库如何适用于标准库   1.4智能指针scoped_ptr   1.5智能指针scoped_array   1.6智能指针shared_ptr  1.7智能指针shared_array  1.8智能指针intrusive_ptr  1.9智能指针weak_ptr  1.10Smart_ptr库小结 第2章Conversion库  2.1Conversion库如何改进程序  2.2polymorphic