On Fri, Sep 12, 2008 at 5:05 AM, Jordon Hirshon <[EMAIL PROTECTED]> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to