《白话C++》第10章 STL和boost,Page84 shared_ptr示例使用,容器中的指针
容器中的指针在容器解体时经常忘了释放?指针存放在容器中多次,结果被重复释放?这个问题,通过std::shared_ptr都可以完美地解决:#include#include#include#include//STL的智能指针#includeusingnamespacestd;structBigS{intdata[100];~BigS(){std::coutBigSPtr;listlst;for(in