H
Herby
How do you use a dynamic array or equivalent in C++\CLI?
When using CArray in MFC its simple you say array.Add( item )
If the size needs to grow it will do that for you.
Iv tried using array<item> but understand its dimensions cannot be
changed once created.
This is very restrictive for me.
Ultimately i will be using STL\CLR but this has not been released yet
and am just trying to use a suitable substitute until its released.
Thanks in advance.
When using CArray in MFC its simple you say array.Add( item )
If the size needs to grow it will do that for you.
Iv tried using array<item> but understand its dimensions cannot be
changed once created.
This is very restrictive for me.
Ultimately i will be using STL\CLR but this has not been released yet
and am just trying to use a suitable substitute until its released.
Thanks in advance.