|
-
Sep 10th, 2002, 10:29 PM
#1
Thread Starter
Addicted Member
Dynamically increase size of array??
Hi,
VB6 allows me to increase the size of an array as required to load data...
REDIM myarray(UBOUND +1)
And I can use PRESERVE to prevent array contents from being loss. In C++...
How do I detect upper boundary of an array?
How do I dynamically increase the size of the array?
How do I preserve the data in the array?
Regards,
ChuckB
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
|