TCP/TP編程 - 一個簡單的Linux下C寫的socket服務器客戶端程序

服務端:html hello_server.csocket #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <arpa/inet.h> #include <sys/socket.h> void error_handling(char *message); int ma
相關文章
相關標籤/搜索