我的VS2017怎么保函不了這個頭檔案呢#include <sys/socket.h>
還是說vs2017的socket頭檔案不就它
我下的是2017免費版的
uj5u.com熱心網友回復:
#include<stdio.h>#include<string.h>
#include<sys/types.h>
#include<sys/socket.h> //包含不了
#include<arpa/inet.h> //包含不了
#include<unistd.h> //包含不了
int main() {
int serverfg=socket()
}
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/95828.html
標籤:C++ 語言
上一篇:計算機組成原理
下一篇:eclipse debug
