[Cpp基础] [08] 动态内存与智能指针 动态内存与智能指针 new+delete new delete是C++中的两个主要的表达式. new相当于C的malloc() + T(),delete相当于C的free() + ~T(). operator … Read More