C语言gethostname,gethostbyname? 5
structhostent*pHost=gethostbyname(hostname);for(inti=0;pHost!=NULL&&pHost->h_addr_lis...
struct hostent *pHost = gethostbyname(hostname);
for (int i = 0; pHost != NULL && pHost->h_addr_list[i] != NULL; i++)
{
printf("%s\n",inet_ntoa(*(struct in_addr *)pHost->h_addr_list[i]));
}
WSACleanup();
}
#pragma comment(lib,"ws2_32.lib")是什么意思?有什么作用?
for (int i = 0; pHost != NULL && pHost->h_addr_list[i] != NULL; i++)
{
printf("%s\n",inet_ntoa(*(struct in_addr *)pHost->h_addr_list[i]));
}
这个语句是什么意思? 展开
for (int i = 0; pHost != NULL && pHost->h_addr_list[i] != NULL; i++)
{
printf("%s\n",inet_ntoa(*(struct in_addr *)pHost->h_addr_list[i]));
}
WSACleanup();
}
#pragma comment(lib,"ws2_32.lib")是什么意思?有什么作用?
for (int i = 0; pHost != NULL && pHost->h_addr_list[i] != NULL; i++)
{
printf("%s\n",inet_ntoa(*(struct in_addr *)pHost->h_addr_list[i]));
}
这个语句是什么意思? 展开
1个回答
Storm代理
2023-08-29 广告
2023-08-29 广告
"StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,I...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询