|
-
Dec 17th, 2010, 11:37 AM
#7
Re: dynamic array in cpp
 Originally Posted by Aash
how you do dynamic allocation in vb.net, does it use the same ReDim?
While this really is the wrong forum section for this kind of question; yes, ReDim is used to redimension arrays in VB.NET. That said, you normally wouldn't use arrays if you know that the size will change, you would use a collection such as a List(Of T).
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
|