|
-
May 6th, 2004, 12:29 AM
#1
Thread Starter
Lively Member
How to Re-dimension Multi-dimension Arrays ?
How to Re-dimension Multi-dimension Arrays ?
I heard its lil tricky, but couldnt find a good example and explaination for the same.
Also are the below two declarations valid ones for Multi-dimensional arrays ? If yes then whats the difference between them ?
int [][] myArray1 = new int[3][];
int [ , ] myArray2 = new int[3 , 1];
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
|