会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
潇潇O
2020年10月5日
递归遍历目录(很重要,但是我总忘)!
摘要: 几个需要用到的函数 1、opendir函数 DIR *opendir(const char*name); 参数:一个目录路径,可以是相对也可以绝对; 返回值:成功返回指向目录结构体的指针,失败返回NULL; 2、closedir函数,关闭打开的目录。注意写了opendir函数不能忘记closedir
阅读全文
posted @ 2020-10-05 17:46 潇潇O
阅读(276)
评论(0)
推荐(0)
编辑
Libevent库中sample分析
摘要: 1/* 2 This example program provides a trivial server program that listens for TCP 3 connections on port 9995. When they arrive, it writes a short mess
阅读全文
posted @ 2020-10-05 13:42 潇潇O
阅读(349)
评论(0)
推荐(0)
编辑
公告
导航
博客园
首页
新随笔
新文章
联系
订阅
管理