I did not do C ++, but decided to finish the big project I was working on. I get the following error message though ...
HEAP CORRUPTION DEFINITION: after the normal block (# 1761) in 0x17DEB940. CRT The application was detected to be written to memory after heap buffer completion.
I performed all the functions that I thought could cause this, but I'm at a loss. Is there a way to use more sophisticated debugging features to find this?
c ++ debugging visual-c ++ heap-memory corruption
user470760
source share