Thread: Server Status

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    8

    Server Status

    Im just starting out with C++. I thought it would be cool if i could make a program to check the status of an IP on a specife port and see if gets a response. I have zero idea how to do this so if someone could post some sample code or point me to a website i would apprecate.

  2. #2
    C++ n00bie :D
    Join Date
    Jul 2004
    Posts
    63
    I recommend using the tutorials on this site and moving on from there, jumping from nothing to ports isnt the easiest thing

  3. #3
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    When you feel ready, Beej's Guide will still be there to help you out.
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

  4. #4
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    You could always try reading through the useful links in the Networking Forum.
    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. server client application - (i really need your help)
    By sarahnetworking in forum C Programming
    Replies: 3
    Last Post: 03-01-2008, 10:54 PM
  2. Server Architecture
    By coder8137 in forum Networking/Device Communication
    Replies: 2
    Last Post: 01-29-2008, 11:21 PM
  3. Where's the EPIPE signal?
    By marc.andrysco in forum Networking/Device Communication
    Replies: 0
    Last Post: 12-23-2006, 08:04 PM
  4. Troubles with Sockets
    By cornholio in forum Windows Programming
    Replies: 6
    Last Post: 10-26-2005, 05:31 AM
  5. socket question
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 07-19-2002, 01:54 PM