Thread: where to find info?

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    14

    Question where to find info?

    ok now i know this is problably a general question but i don't even know where to start at trying to learn how to set up internet connections with c programs. i once heard that socket() sets up a tcp connection. but ive been having a realy hard time trying to find info on this kinda thing. like suppose i wanted to make a subnetscan prog or something like that what kinda library functions would i use.
    im not asking for somebody to teach me how to do this. i just need to know where to find info.
    peace out.

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    I'd say look up a good WinSock tutorial. Also try these links.

    www.google.com
    MSDN
    "...the results are undefined, and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces." --Scott Meyers

  3. #3
    Im back! shaik786's Avatar
    Join Date
    Jun 2002
    Location
    Bangalore, India
    Posts
    345
    What OS do you want to work on? What compiler?

    >i once heard that socket() sets up a tcp connection ..
    socket() not only set up TCP/IP, but also supports more protocols.

    Here's a nice link on programming with
    sockets

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help needed regarding the Browser Info file in VC++
    By intruder in forum C++ Programming
    Replies: 4
    Last Post: 04-15-2006, 08:54 AM
  2. linked list recursive function spaghetti
    By ... in forum C++ Programming
    Replies: 4
    Last Post: 09-02-2003, 02:53 PM
  3. how do u find 2nd largest number??
    By juancardenas in forum C Programming
    Replies: 8
    Last Post: 02-14-2003, 08:28 AM
  4. sorting output on student info program
    By indigo0086 in forum C++ Programming
    Replies: 2
    Last Post: 11-05-2002, 11:29 AM
  5. cant find the errors.
    By sscook69 in forum C++ Programming
    Replies: 2
    Last Post: 09-10-2001, 04:26 PM