TCP-IP programming

Started by
4 comments, last by dr_slash_uh 20 years, 5 months ago
I am trying to learn how to write a program that cna communicate over a local area network, and also over the internet. I am advanced in c++ and game dev...poorer in others... yet I don''t have an idea on where to start when it comes to this. Can someone recommend me a website or something. Thanks Bless
Advertisement
Beej. Beej beej beej.

Beej.

"Sneftel is correct, if rather vulgar." --Flarelocke
Thanks Almost...It mainly focuses on Linux and the compiler gcc. Unfortuneatly I only use windows. Anymore ideas.

[edited by - dr_slash_uh on November 11, 2003 8:56:18 PM]
quote:From the guide
I have a particular dislike for Windows, and encourage you to try Linux, BSD, or Unix instead. That being said, you can still use this stuff under Windows.


"Sneftel is correct, if rather vulgar." --Flarelocke
The Winsock Programmer's FAQ (http://tangentsoft.net/wskfaq/) has some beginners sample code stuff.

edit: Though I also recommend Lewis Napper's "WinSock 2.0" available on dead trees.

[edited by - SiCrane on November 11, 2003 9:00:22 PM]
http://www.gamedev.net/reference/articles/article1059.asp

This topic is closed to new replies.

Advertisement