Thread: net connections

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    2

    net connections

    Can someone direct me to a header file or tutorial i could use to set up a tcp/ip connection over the net with the same program on a remote computer and send various data? thanks alot

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Click me ----->

  3. #3
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719
    Winsock.h, Winsock2.h. You'll also need to use Ws2_32.lib

    Sorry, I dont really know of any Winsock tutorials. Um... MSDN may provide you with sufficient information and Direction.

  4. #4
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231

    Re: net connections

    Originally posted by sargas99
    Can someone direct me to a header file or tutorial i could use to set up a tcp/ip connection over the net with the same program on a remote computer and send various data? thanks alot
    And if you don't want Windows code... try here.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. time measure (net and gross) with pthreads under linux
    By mynickmynick in forum Linux Programming
    Replies: 12
    Last Post: 12-01-2008, 07:39 AM
  2. Persistent connections
    By Niara in forum Networking/Device Communication
    Replies: 6
    Last Post: 09-25-2007, 05:27 AM
  3. Select handling more then 500 connections
    By Chronom1 in forum Networking/Device Communication
    Replies: 5
    Last Post: 02-27-2005, 03:20 PM
  4. WinXP Network Connections pop-up
    By DavidP in forum Tech Board
    Replies: 1
    Last Post: 10-02-2002, 05:36 PM
  5. Multiple Client Connections
    By (TNT) in forum Windows Programming
    Replies: 1
    Last Post: 04-06-2002, 11:04 PM