i have written a dos console card game, i am wanting to add multiplayer support, are thewre prewritten libaries that i can do this with? if not what code is needed?
You'll need to learn about sockets, there are many good books out there on network programming and useing sockets in C/C++. If you want to see a really good example of this, look at the source code of a mud (eg circlemud -
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.