Re: reading in text files
Re: reading in text files
- Subject: Re: reading in text files
- From: Ben Mackin <email@hidden>
- Date: Sun, 03 Feb 2002 22:12:35 -0800
Are there such a thing as multi-dimensional arrays in Cocoa? In C++ I
remember there were matrixes (I think that is what they were called), and it
worked like a multi-dimensional array. So I thought I would look and see if
there was a NSMatrix, and there is. But it talked about NSCells, and didn't
sound like what I wanted (maybe I read it wrong).
Is NSMatrix what I want, and if not, is there something like a
multi-dimensional array in Cocoa.
Thanks,
Ben