Thread: Socket Program includes and setup

  1. #1
    Registered User
    Join Date
    Sep 2003
    Posts
    1

    Socket Program includes and setup

    I have used sockets before and understand them somewhat. However I used to use them in Basic. So I was wondering what the basic setup of the file would be. Basically i need the necessary includes, how to declare it, and the commands of the socket library. I'm sorry if this is a pain in the ass but I can't find this info anywhere.

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Search for Beej.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

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

    Re: Socket Program includes and setup

    >>but I can't find this info anywhere.
    Then you didn't look very hard. There's a thread at the top of this forum titled "Useful Links And Good Books", try there.
    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. Visual Studio Setup
    By Tonto in forum Tech Board
    Replies: 4
    Last Post: 12-13-2008, 05:29 PM
  2. circular includes?
    By Raybdbomb in forum C++ Programming
    Replies: 6
    Last Post: 02-25-2006, 10:40 PM
  3. insufficient memory for tsr
    By manmohan in forum C Programming
    Replies: 8
    Last Post: 01-02-2004, 09:48 AM
  4. problem with connecting to my own machine
    By EvBladeRunnervE in forum Networking/Device Communication
    Replies: 10
    Last Post: 07-24-2003, 04:16 PM