Thread: Two programs talking via tcp-ip

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    38

    Two programs talking via tcp-ip

    What header should I use to have two or more programs talk via TCP-IP over a LAN or the net?

  2. #2
    Registered User Cela's Avatar
    Join Date
    Jan 2003
    Posts
    362
    What operating system do you use? Socket headers aren't all the same, which is a pity. Maybe you should use Perl instead. ;-)
    *Cela*

  3. #3
    Registered User
    Join Date
    Jan 2003
    Posts
    38
    windows 2000 pro I just want to know how some I can make a networked game...

  4. #4
    Registered User Cela's Avatar
    Join Date
    Jan 2003
    Posts
    362
    >>windows 2000 pro I just want to know how some I can make a networked game...
    #include <winsock.h>

    Sockets are complicated no matter how to represent them, I'll give you a link to somewhere that you can be completely overwhelmed to the point where you question your self worth, nay, your very existance. It's there that you'll find yourself. And if you should return before you get back, we'll keep you here. :-)

    http://www.ecst.csuchico.edu/~beej/guide/net/
    *Cela*

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linux raw socket programming
    By cnb in forum Networking/Device Communication
    Replies: 17
    Last Post: 11-08-2010, 08:56 AM
  2. Extract IP from HTML of webpage
    By John87412897 in forum Networking/Device Communication
    Replies: 10
    Last Post: 09-03-2008, 05:51 PM
  3. IP Address Control Text Freeing?
    By MitchellH in forum Windows Programming
    Replies: 2
    Last Post: 05-22-2005, 11:49 PM
  4. Replies: 0
    Last Post: 11-16-2001, 12:28 PM
  5. MSN Vital Information
    By iain in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 09-22-2001, 08:55 PM