Thread: check to see if ip is live...

  1. #1
    Unregistered
    Guest

    check to see if ip is live...

    in other words how to i check if a certain ip# is connected to the internet presently in c++?

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    88
    depends on your os
    Hope you don't mind my bad english, I'm Austrian!

  3. #3
    Unregistered
    Guest
    windows... 98

  4. #4
    Registered User
    Join Date
    Aug 2001
    Posts
    14
    try this as the your string to system();

    "ping whatever_ip >> file.txt"

    that's your file, now analyze that one to found out if the computer is alive..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. IP address network order to string?
    By pobri19 in forum Networking/Device Communication
    Replies: 1
    Last Post: 04-19-2009, 05:15 AM
  2. Question about My WAN IP
    By failure_to in forum Networking/Device Communication
    Replies: 5
    Last Post: 08-22-2004, 01:45 PM
  3. stop IP from changing
    By b00l34n in forum Networking/Device Communication
    Replies: 5
    Last Post: 07-16-2004, 09:28 AM
  4. resolving names and ip addresses
    By dicky in forum Networking/Device Communication
    Replies: 5
    Last Post: 07-01-2004, 03:32 PM
  5. MSN Vital Information
    By iain in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 09-22-2001, 08:55 PM