C++获取文件夹下所有文件名 2022年6月22日 # C/C++编程语言学习之路 0条评论 1次阅读 0人点赞 查找文件需要一个结构体和几个函数。结构体为struct _finddata_t,函数为_findfirst、findnext和_findclose。 struct _finddata_t 这个结构体是用来存储文件各种信息…