c++ 让你的应用支持相对路径
- 2020 年 10 月 28 日
- 笔记
std::string GetCurrentExeDir(){ char szPath1024 = { 0 }; …
Continue Readingstd::string GetCurrentExeDir(){ char szPath1024 = { 0 }; …
Continue ReadingBOOL GetDirFiles(const char* pszDir, char* pszFileType, std: …
Continue Reading