Exceptions in C++ : asynchronous and synchronous model.

Last week, I had to investigate this topic so here I'm sharing a couple of related links I found valuable:
- Exception Handling: Default Synchronous Exception Model.
- Brandon Bray on microsoft.public.dotnet.languages.vc : /Og and exception handling in VC++7.
- Exception handling in Visual C++ by Bennett McElwee.