Vectors?
Vectors?
- Subject: Vectors?
- From: stuartbryson <email@hidden>
- Date: Sat, 4 Aug 2001 07:42:21 +1000
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?
Thanks in advance.
Stuart