I'm writing some code in Xcode using C++. Where do I need to put files (ie text files that contain data) so i can input the data from them. Currently I have them in the folder in which the project resides. I reference them using this code: fin.open("file.txt");. When i run the program it says "can't load input file". Any suggestions?
peace.
peace.