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.
std::ifstream如果我使用相对路径,我在尝试打开时似乎会出错。虽然如果使用绝对路径它工作正常。
std::ifstream
有什么我需要添加到 CMakeLists.txt 的吗?(我对使用 cmake 很陌生)或者这只是 CLion 中的一个问题?
是克莱恩。您必须在编译选项中设置工作目录。(在运行 > 编辑配置下) 例如:
因为 CLion 在 ubuntu 上的另一个目录下工作~/.clion10/system/cmake/generated/[id_of_project]
~/.clion10/system/cmake/generated/[id_of_project]