C++ 智能指针 | auto_ptr + unique_ptr + shared_ptr + weak_ptr | 半自动内存管理工具

已完结

课程简介

深入讲解 C++ 中的智能指针 auto_ptr、unique_ptr、shared_ptr、weak_ptr 的原理、应用场景,以及 make_unique、make_shared 工厂函数的优点。