hostent结构体
摘要:
hostent结构体使用这个东西,首先要包含2个头文件:#include #include struct hostent *gethostbyname(const char *name);这个函数的传入值是域名或者主机名,例如"www.google.com","wpc"等等。传出值,是一个hoste... 阅读全文
posted @ 2015-08-26 20:30 Mereyct 阅读(1829) 评论(0) 推荐(0) 编辑