摘要: 客户端 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include <stdlib.h> 4 #include <winsock.h> 5 #include <string.h> 6 #pragma comment(lib,"w 阅读全文
posted @ 2018-03-02 19:57 喵小喵~ 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 客户端 1 #include <stdio.h> 2 #include <string.h> 3 #include <winsock.h> 4 #pragma comment(lib,"ws2_32.lib") 5 6 void main() 7 { 8 //存放版本 9 WORD wversion 阅读全文
posted @ 2018-03-02 17:58 喵小喵~ 阅读(601) 评论(0) 推荐(0) 编辑