首页 新闻 赞助 找找看
0
回答数

已关闭问题 萌新求问 在循环中分别调用有new 和 delete的方法 物理内存一直涨

include "stdio.h" void ff1(float *tt, int cc) { tt = new float[cc]; } void ff2(float *tt) { delete[]