Re: Getting Started with Objective C and Xcode?
Re: Getting Started with Objective C and Xcode?
- Subject: Re: Getting Started with Objective C and Xcode?
- From: Marco S Hyman <email@hidden>
- Date: Tue, 20 Apr 2010 10:59:33 -0700
On Apr 19, 2010, at 11:07 PM, Scott Cherf wrote:
> There's no real resemblance between C and Objective C, knowing how to write a program in C won't help much. Prior experience with Lisp, or better still KRL would be much more helpful. Baring that, treat it as a separate language.
Yes and no... The structure of a typical C vs obj-C program will
be vastly different, but when all is said and done obj-C is the
run time plus some syntactic sugar on top of C. I think a masochist
could still code a program using the obj-C run time in straight
C syntax.
I've found the guts of model objects are sometimes more C than obj-C.
Learn C syntax, then obj-C programming.
/\/\arc
_______________________________________________
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