Re: Formating a number in a string
Re: Formating a number in a string
- Subject: Re: Formating a number in a string
- From: Chris Ridd <email@hidden>
- Date: Sun, 14 Mar 2004 18:00:09 +0000
On 14/3/04 3:22 pm, Joe Lertola <email@hidden> wrote:
>
Oh, thanks so much.
>
>
I don't understand what you mean by "at a terminal (or use Xcode)".
>
When I type "printf" into the Help window, for example, I don't get any
>
info for the printf function. Is there a way to access help for basic C
>
statements?
In Xcode, the Help menu has an "Open man page..." item, which brings up a
little window. Type in 'printf' into the window and hit return. Actually,
type '3 printf' into the window instead, as you want the definition from
section 3 of the manual, which is the C library manual.
Cocoa's use of format strings is described in the data formatting section of
the Cocoa documentation.
>
Again, sorry for this total beginner question.
>
>
Thanks,
>
-Joe Lertola
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.