网站首页 站内搜索

搜索结果

查询Tags标签: dentp,共有 1条记录
  • linux c++(IO篇 & 对目录的操作)

    对目录的操作 #include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <dirent.h> #include <string.h>int count = 0; int dircount(char *dirname) {//打开目录DIR *dirp = opendir(dirname);if(dirp == NULL){ per…

    2021/5/4 7:25:20 人评论 次浏览
扫一扫关注最新编程教程