Re: Two Dimensional Array
Re: Two Dimensional Array
- Subject: Re: Two Dimensional Array
- From: "Shawn Erickson" <email@hidden>
- Date: Fri, 12 Sep 2008 10:18:14 -0700
On Fri, Sep 12, 2008 at 5:05 AM, Jordon Hirshon <email@hidden> wrote:
> I'm new to Objective-C. Can someone suggest an approach to building a two dimensional array of integers?
Objective-C is a super set of C and you question appears to be more of
a C question. In other words you would do it the way you would in C.
int array[5][5];
-Shawn
_______________________________________________
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