On Mon, Feb 23, 2009 at 2:44 PM, Jon C. Munson II <jmun...@his.com> wrote:
> Ahh, I see...I did think that's what he meant, but I needed further
> clarification.
>
> I'll give that a shot...

  Well, while you're giving it a shot, keep in mind I made an error here:

>> (MyClassyClass *)[obj doSomethingSpecificToMyClassyClass]

  I meant:

[(MyClassyClass *)obj doSomethingSpecificToMyClassyClass]

  The cast needs to be applied to the pointer - obj - and not to the
returned value (outside the [ ] square brackets).

--
I.S.
_______________________________________________

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 arch...@mail-archive.com

Reply via email to