is there a way to sort of "ping" an arbitrary internet TCP/IP address from a proprietary C/C++ program, perhaps
216.58.209.99
(== Google.de)
I actually only want to know if "ping 216.58.209.99" is successful, no detailed data needed, it's just a test if internet is available.
But which is a C/C++ command to make a "ping" ?