I did this:
int main(int argc, const char * argv[]) {
// insert code here...
std::cout << "Hello, World!\n";
system("ping 192.168.178.54");
return 0;
it simple works.
But when i request the ping in my program i get
ping: cannot resolve 192.168.178.54\003: Unknown host
strange!!!???
Topic:
App & System Services
SubTopic:
Networking
Tags: