Are these the same and correct?
Are these the same and correct?
- Subject: Are these the same and correct?
- From: "Brian O'Brien" <email@hidden>
- Date: Mon, 14 Nov 2005 11:43:04 -0700
NSNumber *n = [[[NSNumber alloc] initWithShort:val] autorelease];
and
NSNumber *n = [NSNumber numberWithShort:val];
_______________________________________________
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