Re: command-line development in Xcode
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