muduo
hp_cpp
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
error: '::write' has not been declared
If you are using “basic” Unix functions, you need to use #include <unistd.h> This will give you read, write, open, close, sleep, usleep and many other functions. 转自:https://blog.youkuaiyun.com/boyema...转载 2020-04-15 10:48:53 · 694 阅读 · 0 评论 -
编译链接muduo库中的echo例子
系统ubuntu 18.04 下载的是muduo c++17版本。 进入muduo c++17源码目录,编译: ./build.sh 编译并安装 ./buil.sh install原创 2019-11-15 14:02:11 · 865 阅读 · 0 评论
分享