Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将编译到我的可执行文件中的二进制资源传递给一些需要文件路径的代码,然后使用基于 C 标准库FILE*的 API 来访问它。
FILE*
当然,如果我通过 Qt 识别的路径,例如:/something.smt- 它不会工作,因为 C 库不能直接看到它。
:/something.smt
有没有办法将两者联系起来?