c++

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.

Boost on iPhone OS

An automated build system that will build the excellent Boost libraries as an Apple framework. Find out more about it here.

Find it on gitorious here.

dbg library

(Somewhat old) A C++ debugging support library.

It's available on sourceforge here.

STL style circular buffer class

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

Find out more here.

Check out my blog, where I developer a more recent version of this. Please use that version in preference to this old one!