C++ 执行go(F5)与执行execute program(ctrl+F5)有什么区别?(从内存方面考虑)
执行F5是程序能够运行,运行结束后有以下信息Loaded 'ntdll.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found. The thread 0xDC8 has exited with code 350 (0x15E).
The program 'F:\shapeok\Debug\shapeok.exe' has exited with code 350 (0x15E). ******但是如果ctrl+F5,程序中640次的一个大循环执行8次就出现“0x00426dcb"指令引用的"0x00000000"的内存不能为read的错,而是程序终止。 ???为什么F5能运行,ctrl+F5就不行了呢?如何查错?我检查了所有的指针没发现错误。求救啊!!!!