Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 xcode 4.4.1 在 c++ 中进行套接字编程。我想我已经包含了所需的头文件。但我仍然收到错误消息:
“调用‘getaddrinfo’没有匹配的函数”。
这里有重复的问题 我包含的头文件是
#include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netdb.h> #include <arpa/inet.h>