Which C++ Development Library is best for a simple game?

NinjaNoramros

New Member
I want to build a simple C++ game using Dev-C++ (http//www.bloodshed.net/) and I need a free and easy to use networking library. It doesn't matter whether it's peer to peer or client / server connected. Also, it would be cool if it had functions like OnSend() or WriteMessage() or could send more things like objects.<br />
<br />
Please don't make it some library with a lot of unnecessary files.<br />
<br />
Thank you<br />
~Ben~<br />
 
Top