编译错误----CRT detected that the application wrote to memory after end of heap buffer

错误原因:

以对内在操作的过程中,所写的地址超出了,所分配内在的边界

解决办法:

在可能出错的代码处,使用_CrtCheckMemory进行检测

你可能感兴趣的:(编译错误----CRT detected that the application wrote to memory after end of heap buffer)