|
-
June 21st, 2002, 02:48 PM
#1
Dynamic Arrays
This is an easy one. I have a dynamic array of a certain size. I want to resize my array. Do I lose all the array members of the original array? I am looking for something similar to VB's redim preserve for c++ or do I have to save my original array create a new one then copy the original into the new one with the new data member.
Thanks in advance,
Matt
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|