网络编程
是三水不是泗水
只是个笔记本
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
学习windows平台下的TCP网络编程实现服务器和客户端功能笔记
我学习Windows网络编程的网站 挂上网上mynona大佬的代码: client: #include <stdio.h> #include <winsock2.h> #include <iostream> #include <conio.h> #include <string> using namespace std; #pra...原创 2019-07-31 13:13:53 · 235 阅读 · 1 评论 -
网络编程实战编写客户端
#include <stdio.h> #include <winsock2.h> #include <iostream> #include <conio.h> #include <string> using namespace std; #pragma comment (lib,"ws2_32") #define NAME_LEN 2...原创 2019-07-31 14:34:31 · 218 阅读 · 0 评论
分享