Two-Dimensional Arrays
Two-Dimensional Arrays
- Subject: Two-Dimensional Arrays
- From: "Andy Bates" <email@hidden>
- Date: Tue, 22 Jan 2002 14:44:12 -0800
- Thread-topic: Two-Dimensional Arrays
All,
I want to use a two-dimensional array in an application. How would I
declare such an object? Do I just make an arrays of arrays, or is
there a specific way I can declare (and use) a 2D array? In my
(admittedly cursory) examination of Cocoa documentation, I haven't
been able to find anything about this.
Thanks,
Andy Bates.