摘要: 最近在用 imgui 写一个数据对比工具,里面需要使用 Win32 函数来选择文件路径。相关代码差不多是这个样子: std::string GetOpenFilePath(const std::string &title) { char path[MAX_PATH]; OPENFILENAME of 阅读全文
posted @ 2022-09-02 17:10 fchen99 阅读(21) 评论(0) 推荐(0)