C++ Malarkey

I've done one or two useful C++ things in my time. The publicly available stuff is here. (You might also find the software page interesting).

If you have that kind of perverse interest then you may find this useful.

dbg library

A C++ debugging support library. 

It's available on sourceforge here.
 

STL style circular buffer class

A library providing a STL-style circular buffer container. It accompanies a set of articles I wrote for Overload magazine. 

Find out more here.