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 network/socket applications in C++. The socketcc library is based
on the existing socket library available in most UNIX installations and also
uses the pthreadcc library also developed by the author. The library defines a
series of classes that can be used to implement IP addressing and socket based
communications using both TCP and UDP sockets over both an IPv4 and IPv6 based
network. This class library was developed by Jason But at Monash University.