Re: Standard Input/Output
Re: Standard Input/Output
- Subject: Re: Standard Input/Output
- From: Lachlan Cotter <email@hidden>
- Date: Mon, 19 Sep 2005 13:17:24 +1000
Thanks Tommy. I thought there might be some kind of wrapper for this
like NSPipe or NSStream or something like that. I couldn't find
anything in the documentation. Am I missing something?
On 19/09/2005, at 12:38 PM, Tommy Nordgren wrote:
Sep 19, 2005 kl. 4:31 AM skrev Lachlan Cotter:
We have NSLog() for writing to standard error. Is there a similar
Cocoa function for writing to standard out? How would you normally
do this from a command line tool?
Thanks for any help,
Lach
Sure:
printf( [mystring UTF8String] ,...)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden