• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: how to pass arguments by reference
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >how to pass arguments by reference (From: Nick Rogers <email@hidden>)
 >Re: how to pass arguments by reference (From: Dave DeLong <email@hidden>)
 >Re: how to pass arguments by reference (From: Dave DeLong <email@hidden>)

  • Prev by Date: IB Scroll View position problem
  • Next by Date: Re: how to pass arguments by reference
  • Previous by thread: Re: how to pass arguments by reference
  • Next by thread: Re: how to pass arguments by reference
  • Index(es):
    • Date
    • Thread