摘要:
这儿暂时只提供我之间根据网上的方法编译出来的dll文件,大家如果需要直接在vs项目上导入就行了,然后在工具箱里就会自动添加一项,大家添加上去就知道了。下载地址:http://pan.baidu.com/share/link?shareid=2183202547&uk=889860800 阅读全文
posted @ 2013-06-21 01:15
HarleyGwak
阅读(540)
评论(0)
推荐(0)
摘要:
主要利用socket通信实现,具体代码如下客户端: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #include <sys/types.h> 5 #include <sys/socket.h> 6 #include <netinet/in.h> 7 #include <arpa/inet.h> 8 #include <unistd.h> 9 #define MAXLINE 51110 11 12 char *E 阅读全文
posted @ 2013-06-21 00:47
HarleyGwak
阅读(1490)
评论(1)
推荐(0)

浙公网安备 33010602011771号