VS2013遍歷目錄下所有文件時產生中斷錯誤

void getFiles(char* path, vector<string>& files) { string p = path; size_t f = p.find("*"); string p1 = p.substr(0, f); long handle; struct _finddata_t fileinfo; handle = _findfirst(path,
相關文章
相關標籤/搜索