Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. MultiD arraay

MultiD arraay

Scheduled Pinned Locked Moved C#
csharpdata-structures
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cst_kvp
    wrote on last edited by
    #1

    Explain Multidimensional array in c#.net

    R P 2 Replies Last reply
    0
    • C cst_kvp

      Explain Multidimensional array in c#.net

      R Offline
      R Offline
      rp_suman
      wrote on last edited by
      #2

      Here you go: Multidimensional Arrays[^]

      -- "Programming is an art that fights back!"

      C 1 Reply Last reply
      0
      • R rp_suman

        Here you go: Multidimensional Arrays[^]

        -- "Programming is an art that fights back!"

        C Offline
        C Offline
        cst_kvp
        wrote on last edited by
        #3

        what it's meaning? a[][]

        R 1 Reply Last reply
        0
        • C cst_kvp

          Explain Multidimensional array in c#.net

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          Be more precise with your post. What do you want to know about multi dimensional arrays?

          "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

          C 1 Reply Last reply
          0
          • P Paul Conrad

            Be more precise with your post. What do you want to know about multi dimensional arrays?

            "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

            C Offline
            C Offline
            cst_kvp
            wrote on last edited by
            #5

            Actually i want how multidimensional array values are saved in memory? how to retrieve the values. and if suppose i want assign some value into that how it is possible. for example see the below code and explain me how to assign PointF[][] p =new PointF[5][]; private long nP; List tP = new List(); if(condition) { nP = nP + 1; } p[nP] = tP; in here i had error msg for System.NullrefrenceException in this line p[nP] = tP. what shall i do?

            P 1 Reply Last reply
            0
            • C cst_kvp

              what it's meaning? a[][]

              R Offline
              R Offline
              rp_suman
              wrote on last edited by
              #6

              it means: "a" is a two dimensional array regards, suman

              -- "Programming is an art that fights back!"

              1 Reply Last reply
              0
              • C cst_kvp

                Actually i want how multidimensional array values are saved in memory? how to retrieve the values. and if suppose i want assign some value into that how it is possible. for example see the below code and explain me how to assign PointF[][] p =new PointF[5][]; private long nP; List tP = new List(); if(condition) { nP = nP + 1; } p[nP] = tP; in here i had error msg for System.NullrefrenceException in this line p[nP] = tP. what shall i do?

                P Offline
                P Offline
                Paul Conrad
                wrote on last edited by
                #7

                Sure your code works? Has too many problems...

                "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups