in other words how to i check if a certain ip# is connected to the internet presently in c++?
This is a discussion on check to see if ip is live... within the C++ Programming forums, part of the General Programming Boards category; in other words how to i check if a certain ip# is connected to the internet presently in c++?...
in other words how to i check if a certain ip# is connected to the internet presently in c++?
depends on your os
Hope you don't mind my bad english, I'm Austrian!
windows... 98
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..