Cross Platform Socket Library

Hello everyone! I'm new to the forum but I have used this site for its extensive C++ documentation reference for a log time now. Anyways, I just wanted to share with everyone a cross platform socket library that I'm working on as a little side project. Many of my programming projects have required the use of sockets but I have yet to come across a small cross platform socket library that provided a common interface between Windows and Unix (including error codes!), so I decided to create one myself.

It's not complete yet and I haven't done any extensive testing with it, but the basic stuff should work. As I said, it's a side project and I only work on it in my free time. Any feedback would be great!

https://bitbucket.org/benjaminjrood/socket

TLDR: I working on a cross platform socket library (compatible with Windows/UNIX) and would like some feedback.
Topic archived. No new replies allowed.