Re: Problem with allocating memory
Re: Problem with allocating memory
- Subject: Re: Problem with allocating memory
- From: BJ Homer <email@hidden>
- Date: Tue, 27 Oct 2009 21:41:16 -0600
>
>
> > NSLog(@"%d", &myString);
>
Change this line to:
NSLog(@"%p", myString);
that will print the value of the pointer, which you'll see changing.
-BJ
_______________________________________________
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