Re: Trouble with passing variables
Re: Trouble with passing variables
- Subject: Re: Trouble with passing variables
- From: j o a r <email@hidden>
- Date: Tue, 28 Feb 2006 21:45:40 +0100
On 28 feb 2006, at 21.39, I. Savant wrote:
The problem is that you're treating primitive types as objects
and vice-versa.
In what way?
Anyway, this works:
-(BOOL)numberAdded:(int*)number
{
*number = (*number + 1);
return YES;
}
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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