Linux下基於 UDP 的文本聊天程序(循環收發)

服務器代碼 /*udpServer.c*/ #include <stdio.h> // 標準輸入輸出 perror函數 #include <string.h> // 字符數組相關函數 bzero函數 strcmp #include <stdlib.h> // 標準庫 #include <sys/types.h>
相關文章
相關標籤/搜索