C++基础 对c++中的smart pointer四个智能指针:shared_ptr,unique_ptr,weak_ptr,auto_ptr的理解 C++里面的四个智能指针: auto_ptr, shared_ptr, weak_ptr, ...