Introduction - If you have any usage issues, please Google them yourself
This project will compile to a dynamically loaded library that can be used when
developing multi-threaded applications in C++. The pthreadcc library is based
on the existing pthread library available in most UNIX installations. The
library defines a series of classes that can be used to implement a range of
thread based tools as well as a class that represents an extra thread. This
class library was developed by Jason But at Monash University