cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
ping program!!
ping program!!
Aug 18, 2016 at 8:02am UTC
byRandoM
(1)
Hi all. I want to write pinger program.To send ping to a specific ip address.Are there any examples?
Aug 18, 2016 at 8:26am UTC
vastrolorde
(178)
http://stackoverflow.com/questions/6697292/pinging-from-a-c-c-program
here is a pinger. also comes with a full source.
Aug 18, 2016 at 8:30am UTC
JLBorges
(13770)
Man page:
https://www.freebsd.org/cgi/man.cgi?query=ping&manpath=FreeBSD+10.3-RELEASE&arch=default&format=html
Source:
https://svnweb.freebsd.org/base/release/10.3.0/sbin/ping/ping.c?view=markup
Aug 18, 2016 at 4:02pm UTC
Computergeek01
(5613)
For a Windows oriented answer, there is an extremely basic sample under the "Example" section here:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa366050(v=vs.85).aspx
Topic archived. No new replies allowed.