Re: where are the results of calls to printf, fprintf shown?
Re: where are the results of calls to printf, fprintf shown?
- Subject: Re: where are the results of calls to printf, fprintf shown?
- From: Jens Alfke <email@hidden>
- Date: Thu, 29 Dec 2011 09:57:57 -0800
On Dec 29, 2011, at 1:09 AM, Conrad Shultz wrote: I think the console being referred to is the actual Console app OH! That never would have occurred to me.
Yes, that's correct; i.e. the console I originally used was the Console app. I thought that I remembered using it to show the result of printf() but that was wrong. It only shows NSLog().
It does show output to stderr, so if you want stuff logged there you can use fprintf(stderr, "…").
—Jens
|
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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