I'm coding in VC++.net (managed C++). Is there a way to create dynamic arrays and preserving the data when the dimensions are changed? I know that Visual Basic can do this.
In VB:
ReDim Preserve mLn(UBound(mLn) + 1)
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
Offline 69 posts
since Jun 2005