Servers/sockets

Hello again! I am wondering how to make a server. I know I can do this using Winsock, however I cannot find a good website for this. If anyone could point me in the right direction that would be great. It would also have to accept multiple users. Also, while I’m asking, I would love it if anyone could tell me about writing and reading from a file as a "save", something like a profile and/or a ticker.
Last edited on
SFML has a nice and easy networking package. It wraps winsock for you so it's a little easier and intuitive.

http://www.sfml-dev.org/tutorials/1.6/

Once you've gotten the hang of this, download the source code and try wrapping it for yourself.
Thanks, looks useful! I will defiantly will try this out!
Topic archived. No new replies allowed.