In Visual C++ 7.1 and earlier, "catch(...)" would catch all exceptions, both C++ and SEH. The behavior has changed with Visual C++ 8.0. This has caused some confusion. The details get a bit tricky, but the generally accepted wisdom among the C++ gurus
Read More...