摘要: 去长沙玩了几天,没学 1.new 与 delete 通过调用分析了解到new在堆区开辟数据 delete就是释放数据 案例 #include<stdio.h> #include <malloc.h> class ae { public: ~ae() { printf("释放中"); }; priva 阅读全文
posted @ 2023-02-11 18:06 逆向狗 阅读(57) 评论(0) 推荐(0)