Linux下的C語言編程——簡單實現tcp客戶端和服務器

如下程序均未作錯誤處理,等有時間必定完善服務器 客戶端socket #include <stdio.h> #include <sys/socket.h> #include <stdlib.h> #include <netinet/in.h> #include <string.h> int main(int argc,char **argv) { int sockfd; int n; str
相關文章
相關標籤/搜索