|
-
May 31st, 2003, 05:22 AM
#1
What about a matrix...?
Could you tell me what a dynamic matrix is ? and why and when we have to use it ?
Thank you very much...
Regards,
Nina
-
May 31st, 2003, 06:28 AM
#2
You can find an example of a dynamic 2D array in this FAQ.
As for the definition, a dynamic matrix is a matrix that gets allocated at runtime (i.e. you don't know its size at compile time). This answers your other two questions: we have to use it when we don't know the matrix sizes at compile time, because we don't know them.
-
May 31st, 2003, 02:45 PM
#3
..
Thank you Gabriel very much...
Regards,
Nina.
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
|