|
-
July 14th, 2004, 06:05 AM
#1
Setting size of Multi-dimensional Array dynamically
good day to all! i would like to use a multi-dimensional array which size and range are setup dynamically. the array will be placed in the public location of my class because this array will be the one to catch data from another class (having a multi-dimensional array too)..
i try CStringArray but i cant set the additional range for it
Normal Use:
CStringArray cArrRowCol[5];
i want was:
CStringArray cArrRowCol[i]; which " i " varies from what will i give to its value
any idea of it? thanks
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
|