迷你酸奶

文章
2
资源
0
加入时间
2年10月17天

C++_7——网络通信

C++_7——网络通信(Linux)1 TCPclientserver2 UDP广播发送广播接收3 非阻塞接收4 recv recvfrom read send sendto write  这一系列文章的目的是在学习了C++基础后,继续补充一些C++基础和进阶的知识点,包括C++11的相关内容。1 TCPclient//头文件#include <sys/socket.h>#include <arpa/inet.h>#include &