search
尋找貓咪~QQ 地點 桃園市桃園區 Taoyuan , Taoyuan

Linux C/C++ ping_check_Internet(網路測試) – jashliao部落格

Linux C/C++ ping_check_Internet(網路測試)


資料來源: https://github.com/jash-git/Jash_LinuxC/tree/master/Linux_CPP_ping_check_Internet


code:

#include 
#include 
#include 
#include 
using namespace std;

int main()
{
	if (system("ping -c1 -s1 www.google.com"))
	{
       		cout << "There is no internet connection  \n";
	}
	else
	{
		cout << "There is internet connection  \n";		
	}
	return 0;
}


熱門推薦

本文由 jashliaoeuwordpress 提供 原文連結

寵物協尋 相信 終究能找到回家的路
寫了7763篇文章,獲得2次喜歡
留言回覆
回覆
精彩推薦