//declare TCHAR tstrCurrentPath[MAX_PATH]; //initialize memset(tstrCurrentPath, 0, MAX_PATH); //Get GetCurrentDirectory(MAX_PATH, tstrCurrentPath); //Output wcout << tstrCurrentPath << endl; 相关文章: 2021-08-07 2022-12-23 2022-12-23 2022-12-23 2021-06-22 2022-12-23 2022-12-23 2021-11-23