智能指針(auto_ptr,scoped_ptr,shared_ptr)

總結一下今天所學的shared_ptr shared_ptr與scoped_ptr一樣包裝了new操作符在堆上分配的動態對象,區別在於它是應用技術型的智能指針,可以被自由地拷貝與賦值,在任何地方都可以共享。 //主函數test.cpp #include<iostream> using namespace std; //#include<memory>#include"shared_ptr.h" v
相關文章
相關標籤/搜索