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.
我正在使用 XCode 编写程序,但我似乎无法让 XCode 找到我需要读取的 txt 文件(以便测试我的程序)。该程序使用 g++ 适当地编译和运行。
谢谢,雅各布
我正在回答我自己的问题,我找不到如何让它读取与我的 .cpp 文件位于同一目录中的文件,但是,我输入了 cout << argv[0] 并给了我可执行文件目录,我把文件放在那里,它运行了。
要让 Xcode 在不使用代码中的路径的情况下查看文件,需要将文件放在以下目录中:
/Users/Jacob/Library/Developer/Xcode/DerivedData/SomeProjectName/Build/Products/Deb