J.N*_*J.N 1 c sockets windows tcp visual-c++-2005
我最近买了这本书,以了解有关在Windows下构建网络套接字的一些基础知识.我在编写本书中编写的代码时遇到了问题 - 在第一个程序中它告诉你要包括
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
Run Code Online (Sandbox Code Playgroud)
我在visual c ++中尝试了这些,但编译器返回错误; 包含未找到的文件.有没有人从这本书中读过或知道它的一些事情?