Re: Novice Question
Re: Novice Question
- Subject: Re: Novice Question
- From: "Sherm Pendley" <email@hidden>
- Date: Thu, 29 May 2008 22:16:25 -0400
On Thu, May 29, 2008 at 9:55 PM, Stephen Fahy <email@hidden> wrote:
> I am reading Stephen Kochan's Programming in Objective-C. In the book he
> uses the function printf to display data and scanf to accept data from the
> screen. I cannot get the two functions to work. I can see the results of
> printf in the Debugger Console, but that is the only place.
>
> I know there must be a simple solution
Are you certain there's a problem to solve? From your description, it
sounds like printf() is doing what it's supposed to do. It's not a GUI
function - it doesn't pop up an alert dialog or anything. All it does
is print plain text to your app's standard output stream, which is
what the debugger is displaying in its console.
sherm--
--
Cocoa programming in Perl: http://camelbones.sourceforge.net
_______________________________________________
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