🎉 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!

Network Client/Server app programming

Started by
1 comment, last by DREAMLORD 22 years, 11 months ago
Hi all. I''m a 3D graphics experience programmer, but now i''m starting to introduce my self in networking programming, can someone give me some web page or tutorials to start programming Sockets (Winsock) and other needed stuff to develop Client/Server applications that can run over Windows and connect to Unix/Linux machines??? Very thx to all!!
Advertisement
Try this one: http://www.ecst.csuchico.edu/~beej/guide/net/html/.

~~~~~~~~~~
Martee
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
Hi,
this on helped me out the most on winsock
http://www.hal-pc.org/~johnnie2/winsock.html

this one has some useful stuff
http://www.cyberport.com/~tangent/programming/winsock/

and so does this one
http://www.snible.org/winsock/

hope these help, but start with the first one.

This topic is closed to new replies.

Advertisement