LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 777|回复: 2

这些头文件,怎么改为vc下的类似文件?

[复制链接]
发表于 2004-5-27 08:07:04 | 显示全部楼层 |阅读模式
下面是一个linux下的程序的头文件,我想在vc下编译,但是很多头文件都没有,

#include <signal.h>

#include <stdio.h>

#include <stdlib.h>

#include <netdb.h>

#include <sys/socket.h>

#include <sys/types.h>

#include <netinet/in.h>

#include <netinet/in_systm.h>

#include <netinet/ip.h>

#include <netinet/tcp.h>

#include <netinet/ip_icmp.h>

#include <ctype.h>

#include <arpa/inet.h>

#include <unistd.h>

#include <string.h>

#include <errno.h>

有很多都没有,那位大哥能帮一下忙,帮我把上面那段头文件改为vc下对应功能的头文件!


谢谢
发表于 2004-5-27 10:33:56 | 显示全部楼层
这个。。。
基本上很难
发表于 2004-5-27 10:37:16 | 显示全部楼层
可以考虑在dev-cpp,或者MinGW等环境下编译。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表