Re: Cocoa Books
Re: Cocoa Books
- Subject: Re: Cocoa Books
- From: Ondra Cada <email@hidden>
- Date: Tue, 11 Apr 2006 02:16:09 +0200
Well...
On 11.4.2006, at 1:27, Yorh wrote:
And pointers because cocoa and obj-c use a lot of pointers.
Yes and no. You definitely need to understand what a pointer is
(well, you can do Cocoa even without this knowledge, but I very
strongly discommend that).
OTOH, as a beginner you really don't need to understand many of the
pointer subtleties, namely you don't need to grasp the pointer
arithmetic and the link betwixt pointer and C-arrays: for beginners
this tends to be comparatively difficult, and you don't need either
in Cocoa.
Of course, one *should* learn these things, definitely one *should*!
But it can wait. In a sense, grasping the Interface Builder basics is
more important :)
And without any irony, grasping the object/class/instance and message/
method model is ***infinitely*** more important than being able to
place "const" properly in a pointer declaration :)
Leave C++ books where is now:under the table :)
Unopened. The benefit of learning C++ (for someone who want to
understand Cocoa) is not zilch, it is negative.
A good reading instead might be Smalltalk.
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden