Re: try/catch don't work under release version???
Quote:
Originally Posted by
amcelroy
NULL was just an example, what about some a pointer to a random variable, do these cases still not cause crashes?
Why would you have a pointer to a random variable in C++ code? Why structure the program to use outdated c-styled techniques?