On goodliffe.net

Further afield

About Pete

Pete Goodliffe is a programmer, a software development columnist, a musician, and author. He never stays at the same place in the software food chain - his projects range from OS implementation, through audio codecs, to multimedia applications. He has a passion for curry and doesn't wear shoes.

Code Craft

Pete's popular book, Code Craft, is available in all good bookstores.

Buy it from Amazon here.

Find out more about it here.


Contact Me

You can get in touch with me by email: [pete /at/ goodliffe.net]
(Put in an "@" by yourself).

Follow me on twitter at @petegoodliffe

 

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!