on 2008-03-24 1:02 PM, colo at [EMAIL PROTECTED] 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 PROTECTED] Quechee Software, Quechee, Vermont, USA www.quecheesoftware.com PreFab Software - www.prefabsoftware.com _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]