1. Socket網絡編程

1. 藉助服務器實現小寫轉大寫的程序:   客戶端:發送任意小寫字母到服務器端。   服務器端:接收小寫字母,轉爲大寫,回傳給客戶端,然後客戶端顯示到屏幕。    #include <stdio.h> #include <unistd.h> #include <sys/socket.h> #include <stdlib.h> #include <arpa/inet.h> //結構體stru
相關文章
相關標籤/搜索