• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: command-line development in Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: command-line development in Xcode


  • Subject: Re: command-line development in Xcode
  • From: Shawn Erickson <email@hidden>
  • Date: Wed, 4 May 2005 16:23:41 -0700


On May 4, 2005, at 4:11 PM, Markian Hlynka wrote:

Is there any way to get things like
printf("\r");

to work in the xcode pseudoterminal [ie Run Log]? I understand why curses doesn't work, but I was hoping maybe...?

Sorry I don't follow... printf will print things to Xcode's run log (using Xcode 2 in the following example).


int main (int argc, const char * argv[]) {
    printf("Hello\r How are you?\n");
}

[Session started at 2005-05-04 16:22:37 -0700.]
Hello
How are you?

-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: command-line development in Xcode
      • From: Markian Hlynka <email@hidden>
References: 
 >command-line development in Xcode (From: Markian Hlynka <email@hidden>)

  • Prev by Date: Re: command-line development in Xcode
  • Next by Date: Re: Xcode 2 Question
  • Previous by thread: Re: command-line development in Xcode
  • Next by thread: Re: command-line development in Xcode
  • Index(es):
    • Date
    • Thread