八股文_C++基础面试题 对c++中的smart pointer四个智能指针:shared_ptr,unique_ptr,weak_ptr,auto_ptr的理解 参考回答 在 C++ 中,智能指针是一种自动管理内存的机制,避免了手动管理内存时容易出现的内...