Provoke an unhandled exception
I want to test a bunch of "crash dump generators" like good old Dr. Watson .
What's the easiest way to trigger an application to crash on an unhandled exception in C / C ++?
+3
source to share
I want to test a bunch of "crash dump generators" like good old Dr. Watson .
What's the easiest way to trigger an application to crash on an unhandled exception in C / C ++?