Thread: ping in c++
View Single Post
  #3 (permalink)  
Old April 1st, 2005, 11:35 AM
syn syn is offline
Registered User
 
Join Date: Apr 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

#include<windows.h>
int main()
{
  system("ping xxx.xxx.xxx.xxx")
  return 0;
}

play with that ;)

Reply With Quote