Re: Newbie: I can't see what is wrong?
Re: Newbie: I can't see what is wrong?
- Subject: Re: Newbie: I can't see what is wrong?
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 5 Jul 2004 00:35:47 +0200
On dimanche, juillet 4, 2004, at 07:33 PM, Michael Rothwell wrote:
You have a member variable and a method both named "randomCardNumber"
-- you're probably confusing the Objective-C runtime. Try renaming the
member variable to randomCardNumberValue, or something like that.
The Obj-C RunTime supports this fine. Since there's no "method pointer"
in Objective-C but only messages.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.