Thread: Sockets

  1. #1
    Registered User
    Join Date
    Nov 2004
    Posts
    14

    Sockets

    Howdy there,
    Could anyone point me in the direction of headers in c++ that work with creating and utilizing sockets like the winsock2.h and a list of their functions.
    Thanks yall, - Cowboy
    Last edited by Cowboy; 11-30-2004 at 03:15 PM.

  2. #2

  3. #3
    Registered User
    Join Date
    Nov 2004
    Posts
    14
    many thanks stranger, have a good day

  4. #4
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    In windows, there is only one header for sockets, and that is winsock.h.

    A list of all winsock functions can be found here.

  5. #5
    Registered User
    Join Date
    Nov 2004
    Posts
    14
    Wow, that is also a great help, thanks.

  6. #6
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Did you read through this thread:
    http://cboard.cprogramming.com/showthread.php?t=41926
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  7. #7
    Registered User
    Join Date
    Nov 2004
    Posts
    14
    lots of good resources about isnt there? lol
    Thanks stranger

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Best way to poll sockets?
    By 39ster in forum Networking/Device Communication
    Replies: 3
    Last Post: 07-22-2008, 01:43 PM
  2. Cross platform sockets
    By zacs7 in forum Networking/Device Communication
    Replies: 5
    Last Post: 06-27-2007, 05:16 AM
  3. multiple UDP sockets with select()
    By nkhambal in forum Networking/Device Communication
    Replies: 2
    Last Post: 01-17-2006, 07:36 PM
  4. Raw Sockets and SP2...
    By Devil Panther in forum Networking/Device Communication
    Replies: 11
    Last Post: 08-12-2005, 04:52 AM
  5. Starting window sockets
    By _Cl0wn_ in forum Windows Programming
    Replies: 2
    Last Post: 01-20-2003, 11:49 AM