Hi > I always thought that try\catch meant you had to delete the > exception. And TRY\CATCH didn't.
I'm not familiar with TRY\CATCH. I supose it's some M$ non- standardisation. You certainly don't have to delete exception objects on stanrd C++ (try\catch) unless of course you throw an exception that is allocated on the heao and (in C++) that is just mad! HAve you read any text books on exceptions? If not, I can recomend The C++ Standard Library by Nico Josuttis. Every serious C++ Programmer should have that. Regards Paul Paul Grenyer Email: [EMAIL PROTECTED] Web: http://www.paulgrenyer.co.uk Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn/? Version 0.3.0 beta now available for download. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
