Results 1 to 2 of 2

Thread: Arrays??

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2003
    Location
    Earth
    Posts
    60

    Arrays??

    Are arrays contigous in memory or broken up?
    i will be come a better programmer some day! thanks to vbforums.com

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    This is a educated guess, but I believe they are continuous. That is why you can use pointers in other languages because you can move to the next memory address which is the next element in the array. As far as .Net though, not sure. Good question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width