Re: Garbage collection - was Beginner with Cocoa
Re: Garbage collection - was Beginner with Cocoa
- Subject: Re: Garbage collection - was Beginner with Cocoa
- From: Bill Cheeseman <email@hidden>
- Date: Mon, 24 Mar 2008 13:45:56 -0400
- Thread-topic: Garbage collection - was Beginner with Cocoa
on 2008-03-24 1:02 PM, colo at email@hidden wrote:
> Are there tutorials or some such for these Cocoa
> Release ideals or will I cross them when I read the pdf ?
If you have Apple's Developer Tools installed, you already have a ton of
Apple documentation about Objective-C and the Cocoa frameworks. It ranges
from introductory/tutorial to advanced, with lots of sample code. It's
pretty well organized, too -- if you look around without a plan for a little
while, you should begin to see where to start and what to leave until later.
In particular, there are good documents on memory management of both kinds.
As to learning the language, if you enjoy reading a good manual, Apple's
document on the objective-C language is particularly useful, IMHO. I think
it is probably still true that you should also read a good introductory book
on C, at least as to its basic programming structures. As Erik said, you'll
also need to learn about C pointers, pointer arithmetic, C arrays, and some
other more abstruse stuff like the bitwise operators, but in my experience
you can push that pretty far down on your reading list.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
www.quecheesoftware.com
PreFab Software - www.prefabsoftware.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden