2D Arrays
2D Arrays
- Subject: 2D Arrays
- From: email@hidden
- Date: Sat, 7 Jun 2003 14:53:33 -0700
What would be the best way to implement a 2 dimensional (or
multi-dimensional) array in Obj-C/Cocoa?
I know I could use the C-language multiple subscript feature, eg
array[i][j], and give it a class wrapper; I'm wondering if there is a
consensus on the best way to do this as I'm sure it is a topic that
must have already been approached.
Thanks in advance,
Graham
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.