🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

sockets

Started by
1 comment, last by djsteffey 23 years, 10 months ago
just wanted to know if anyone had some example code they could send me about using windows sockets. I would like to get something that was server-client style. Something like the clients connecting to the server and sending messages to the server. Right now I dont care what the messager are, they can be text for all i care. Then I want the server to take that message and send it to the rest of the clients. i use msvc6.0 and would like it for Windows (not console) and not MFC thanks "Now go away or I shall taunt you a second time" - Monty Python and the Holy Grail themGames Productions
Advertisement
Here''s a great exlanation and some code: Winsock Programming Tutorial

-------------------------------
That's just my 200 bucks' worth!

..-=gLaDiAtOr=-..
i would rather have something in c or c++. I know asm is faster but I dont know it yet. It is one of my college courses coming up so I might keep this site handy for when I do learn asm. But does anyone have anything in c or c++


"Now go away or I shall taunt you a second time"
- Monty Python and the Holy Grail
themGames Productions

This topic is closed to new replies.

Advertisement