Sean Parkinson

A CS student's portfolio site. Email for Resume.

Projects

CContainer - Containers for C89

A C89 implementation of std containers from CPP. Utilises #defines and void functions within structs to implement the containers from the CPP STL. Some creative liberties are exercised when typing.

CVector implementation.