This is a selection of C++ / CPP code ive written that I feel people may find useful.
Linked List
This is the code for a completely generic Linked List written in pure C++.
LGP Loader
This Code implements function simular to normal file reading functions but work from a compressed LGP file as used for Final Fantasy 7.
Winamp Remote Control Plugin
Allows my remote to work with Winamp, it shows how you can call functions within winamp such as play, pause. Also how to use the joystick port using direct input with Direct X 8.