当前位置: 代码迷 >> 综合 >> Re: runtime error 0xC0000005
  详细解决方案

Re: runtime error 0xC0000005

热度:61   发布时间:2024-01-09 11:41:16.0

此错误是由在分配堆内存时,the teminal character ' position is wrong.

char * pch = new [3];

char * ptem = "你好";

memcopy(pch,ptemp,4);

 

  相关解决方案