QuickSock
A simple C++ socket library used to make socket programming tolerable.
The latest version of QuickSock is version (1.1.2).
Wrapper for the Monkey Programming Language: http://monkeycoder.co.nz/Community/posts.php?topic=4866
QuickSock is a very simple C++ based UDP networking library. QuickSock currently relies on the WinSock library on Windows, (and as of April 2013, QuickSock uses BSD sockets on other platforms).
QuickSock is a work in progress, so later down the road I may add new features, or change how things function. See the "Things to add in the...