系统功能可以进行一些ICMP活动

时间:2013-11-29 15:18:17

标签: c network-programming ping icmp

我应该使用哪个系统命令来进行一些ICMP活动?我尝试使用system(“ping www.google.com”);,但看起来程序在此之后不再读取其他代码。

或者如何在系统之后阅读(“ping www.google.com”);?

例如:

#include <stdio.h>
#include <stdlib.h>
int main() {

    system("ping www.google.com");
    printf("\ncheck");
}

输出PING www.google.com (173.194.78.105) 56(84) bytes of data(不检查),然后我需要自己停止程序

0 个答案:

没有答案