http://msdn.microsoft.com/en-us/library/6dekhbbc(VS.80).aspx http://www.eastcoastgames.com/articles/cppexception.html http://en.wikipedia.org/wiki/Exception_handling ... The real power of C++ exception handling lies not only in its ability to deal with exceptions of varing types, but also in its ability to automatically call destructor functions during stack unwinding, for all local objects con..