Search results

  1. M

    Xcode File Stream Problem

    It does compile correctly using Terminal. I don't see a reason why the developers would make it do that, though. I added the file to the project in as many different directories as I could. I just don't get it. I even tried hard-coding where the file was from the root directory. There should be...
  2. M

    Xcode File Stream Problem

    I am having trouble with file i/o while using Xcode. My program is written in C++ and needs to read a file for input. I know my code works because it compiles correctly in CodeWarrior on a Win32 platform. I've tried putting the file to be read in every concievible place where Xcode may want to...
Back
Top