Closed Thread
Results 1 to 3 of 3

Thread: Two dimensional array

  1. #1
    bar707 is offline Newbie
    Join Date
    Jul 2010
    Posts
    1
    Rep Power
    0

    Two dimensional array

    Hello,
    How do I get the index numbers of a two dimensional array?
    ty

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    zoranh is offline Programming Professional
    Join Date
    Jul 2010
    Location
    Belgrade, Serbia
    Posts
    207
    Blog Entries
    2
    Rep Power
    7

    Re: Two dimensional array

    Do you mean how to get dimensions? That would be the GetLength(d) method, where d is zero-based dimension of the array.

  4. #3
    Mozana is offline Learning Programmer
    Join Date
    May 2010
    Posts
    67
    Rep Power
    0

    Re: Two dimensional array

    if that reply help you can say so else you should be more specific as to what your problem is so we may try to help

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. STL vector to two-dimensional array
    By Apprentice123 in forum C and C++
    Replies: 1
    Last Post: 08-11-2011, 10:53 AM
  2. pointer to two dimensional array
    By Amonijack in forum C and C++
    Replies: 4
    Last Post: 04-13-2011, 03:27 PM
  3. Iteration through 2-dimensional array
    By Zael in forum Java Help
    Replies: 3
    Last Post: 03-19-2009, 06:36 AM
  4. shuffle 2-dimensional array
    By patkhor in forum C and C++
    Replies: 1
    Last Post: 11-26-2008, 12:28 PM
  5. 3-Dimensional Cube
    By Paradox in forum Java Tutorials
    Replies: 0
    Last Post: 07-16-2008, 07:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

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