dose any one a good server library or header that is easy to use?
I already know a little about the servers like my IP and the port I want my program to use, I just need to know how to set it up.
If you can help, please reply.
Last edited on
I'v been told that Winsock is easy to use, I linked the "libws2_32.a" but how do I use it?
I suggest picking a nice little tutorial and carefully reading it.
http://www.gamedev.net/page/resources/_/technical/multiplayer-and-network-programming/winsock2-for-games-r1059 - This is a good one.