Useful Source Code
checked_cast - A very simple template that functions as a static_cast in a release build but provides an assert check on the Run Time Type Information in a debug build. Handy when you want a bit of extra cast error checking in debug, but need full speed in release.
clickable_message - A neat macro that will format a #pragma message so that it is clickable (click to go to the line) in MS Dev Studio, without generating a compiler warning like the trailing semi-colon method.
pySmtpMailer v0.01 - a very simple SMTP mailer using python's smtplib, released under GPLv3