Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

c++ network code

Status
Not open for further replies.

metrix007

Technical User
Dec 26, 2001
48
AU
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 - A mud is a text only multiplayer game based usually off Dungeons and Dragons games. Go here for a nice explanation of sockets


Good luck, hope this helps... Rob
"Programming is like art...It makes me feel like chopping my ear off."

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top