Eugene's Site
Articles
Articles on various topics

Contents
Visual C++ Exception-Handling Instrumentation
Here's an approach to handling exceptions in Visual C++ 6.0 and .NET. By using just a few lines of code, all the exceptions can be properly reported, regardless of what libraries you use and what C++ exceptions they throw.
refcnt_ptr
An intrusive reference counting smart pointer