Linux Socket编程:基于TCP/IP的客户端与服务端通信实例

Linux Socket编程:基于TCP/IP的客户端与服务端通信实例 服务端代码 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <arpa/inet.h> #include <sys/socket.h> int main(int argc, char *argv[]
相关文章
相关标签/搜索