yuesong-feng / 30dayMakeCppServer

30天自制C++服务器,包含教程和源代码

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

day06 的src/Server.cpp 文件缺少头文件

ee778 opened this issue · comments

day06 的src/Server.cpp 文件
是不是缺少一个使用printf() 的头文件,例如#include 或者#include <stdio.h>

好像还缺少#include <errno.h>