Thread
:
ping in c++
View Single Post
#
3
(
permalink
)
April 1st, 2005, 11:35 AM
syn
Registered User
Join Date: Apr 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
#include<windows.h>
int main()
{
system("ping xxx.xxx.xxx.xxx")
return 0;
}
play with that ;)
syn
View Public Profile
Find all posts by syn