Is This Right?
Is This Right?
- Subject: Is This Right?
- From: Brian Howard <email@hidden>
- Date: Tue, 5 Jun 2001 13:57:21 -0400
Do I understand this right? Can these two lines of code:
NSMutableArray *myArray;
myArray = [[NSMutableArray alloc] init];
be combined thus:
NSMutableArray *myArray = [[NSMutableArray alloc] init];
???
Brian E. Howard
Cocoa Cult Central