J
john townsley
I want to know how can you have an array of objects declared if you dont
know how many items will be in the array?
eg MyClass Myobject[?];
or
MyClass *Myobject[?]
In VB you could simply have a Redim command where you preserve the existing
array and just add another index. Do you need to go through contatiners?
thanks
know how many items will be in the array?
eg MyClass Myobject[?];
or
MyClass *Myobject[?]
In VB you could simply have a Redim command where you preserve the existing
array and just add another index. Do you need to go through contatiners?
thanks