Re: Cocoa approachable by non-programmers ?
Re: Cocoa approachable by non-programmers ?
- Subject: Re: Cocoa approachable by non-programmers ?
- From: Sherm Pendley <email@hidden>
- Date: Mon, 24 Feb 2003 14:30:56 -0500
On Monday, February 24, 2003, at 12:03 PM, Andres Santiago
Perez-Bergquist wrote:
I've never developed a firm grasp of what exactly is legal and what
isn't in straight C
Don't worry - the compiler will tell you. ;-)
I hate it when they say "this is like printf", and nowhere does it
say what "printf" is like.
I still don't know how to do anything with a printf.
I suppose that, if you guys don't come from a UNIX background, you may
not know this... but the "man" command is your friend.
If you want docs on a standard C function, just pop open a terminal
window and type "man functionname" or "man 3 functionname" if there's a
shell command with the same name. (For example, "man printf" tells you
about the printf shell command, while "man 3 printf" tells you about the
C function.)
sherm--
Heisenberg may have slept here.
_______________________________________________
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.