Re: how to pass arguments by reference
Re: how to pass arguments by reference
- Subject: Re: how to pass arguments by reference
- From: Dave DeLong <email@hidden>
- Date: Wed, 10 Dec 2008 09:00:08 -0700
This is what I get for typing in an email window and not a code
editor...
- (void) foo:(int*)bar {
(*bar)++;
}
Dave
On Dec 10, 2008, at 8:54 AM, Dave DeLong wrote:
- (void) foo:(*int)bar {
(*bar)++;
}
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden