Search results

  1. G

    XCode help - specifying the source of stdin

    No. I just modified my program to take the file as an argument instead of forcing it to be through standard input. It's not a big deal for me, but I imagine there are other people who can't or don't want to do that, and would like to find an answer to my question.
  2. G

    XCode help - specifying the source of stdin

    Thanks. Yeah, modifying my program is always an option, and is the workaround I've settled on. It would still be nice to know how the Xcode "pipe" option works though.
  3. G

    XCode help - specifying the source of stdin

    I am trying to write a command-line application with XCode. My application takes input from stdin. The way I normally use it is to use redirection to specify the input file. For example: program < input.txt In XCode, this is presumably specified by creating an executable and editing...
Back
Top