0

Is it possible to use the system("ping www.google.com") without opening a tab/window on your Windows machine, while still getting a return value?

If not, are there any other ways to ping a website without an external window opening, while still getting a return value?

Marc
  • 25
  • 5

1 Answers1

2

Seems that you're on Windows, then example of full source code in C++ for Ping is here, using only WinAPI.

Arty
  • 14,883
  • 6
  • 36
  • 69