当前位置: 代码迷 >> 综合 >> Critical error detected c0000374
  详细解决方案

Critical error detected c0000374

热度:39   发布时间:2023-12-28 20:14:25.0

我发现出现上述错误是 free 两次内存

float* dd=new float[2];
delete[] dd;
delete[] dd;

转载于:https://www.cnblogs.com/hook-gou/p/9994662.html

  相关解决方案