davyzhu
Advanced Member level 1
When I encounter software crash, the software always pop-up something like " The instruction at "0x1000a1eb" referenced memory at "0x000000c0". The memory could not be "read"".
Then Visual C++ will ask me whether to debug the program(in assembly).
My friend told me it is mostly cause by stack overflow. Is he right?
And is there any document on how to debug it?
And how to avoid this bug in C and C++?
All the best,
Davy
Then Visual C++ will ask me whether to debug the program(in assembly).
My friend told me it is mostly cause by stack overflow. Is he right?
And is there any document on how to debug it?
And how to avoid this bug in C and C++?
All the best,
Davy