socket網絡編程服務器端與客戶端實現

實現目標 將客戶端的內容在服務器端進行大寫轉換後回顯至客戶端 服務器端server.c #include <stdio.h> #include <ctype.h> #include <sys/socket.h> #include <arpa/inet.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <e
相關文章
相關標籤/搜索