Friday, 6 September 2013

The assert statement does not work in c++

The assert statement does not work in c++

I have experienced a strange problem when using assert in my program. The
program does not terminate even when I add a line of codeassert(false).
But the assert works when I write several lines of sample code. Anybody
know why it happened?

No comments:

Post a Comment