摘要: Linux #include <dirent.h> inline int getdir (std::string dir, std::vector<std::string> &files) { DIR *dp; struct dirent *dirp; if((dp = opendir(dir.c_ 阅读全文
posted @ 2020-06-28 16:15 narjaja 阅读(469) 评论(0) 推荐(0) 编辑