c++的智能指针在标准库中有四种auto_ptr、 unique_ptr、 shared_ptr、 weak_ptr
具体四种智能指针的使用场景和优缺点需要进一步学习。
博文地址:
http://blog.csdn.net/zsc_976529378/article/details/52250597