Search:

Type: Posts; User: epica

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,002

    ah, thanks a lot, must've really got mixed up...

    ah, thanks a lot, must've really got mixed up between the 2.
  2. Replies
    2
    Views
    1,002

    2d multidimensional array

    hey,
    I have a multidimensional array like this:

    char array[3][3] = {{'a','b','c'},{'d','e','f'},{'g','h','i'}};



    and have tried accessing it with:
Results 1 to 2 of 2