Linux作爲服務端,Windows作爲客戶端socket通信

衆所周知:Linux作爲服務器但安全可靠.所以嘗試使用Linux作爲服務器,Windows作爲客戶端的C/S簡單架構. 直接上源碼: Linux下的服務器端文件.cpp,然後再用g++編譯鏈接下就好了. #include<stdio.h>   #include<sys/socket.h>   #include<netinet/in.h>   #include<stdlib.h>   #includ
相關文章
相關標籤/搜索