Re: Vectors?
Re: Vectors?
- Subject: Re: Vectors?
- From: "Clark S. Cox III" <email@hidden>
- Date: Fri, 3 Aug 2001 15:27:13 -0400
On Friday, August 3, 2001, at 05:42 , stuartbryson wrote:
Hi all,
I am trying to create my own shape classes (sphere, cube etc) with an
abstract class called shape in order that I implement polymorphism. I
need however a container class. Coming from a C++ background, I would
normally use the STL vector class to do this. How might one produce a
similar result in Obj-C?
Use NSArray.
References: | |
| >Vectors? (From: stuartbryson <email@hidden>) |