Search:

Type: Posts; User: rogster001

Search: Search took 0.02 seconds.

  1. Yes, the array is passed by reference as an...

    Yes, the array is passed by reference as an argument to the function - you then try and declare another, identical local array of the same name. causing conflict.



    EACH? value at N, N ? If you...
  2. Your indentation is all over the place not sure...

    Your indentation is all over the place not sure if you have neglected to paste as text but fix it up.


    return largeArray[6][6];

    This is not right - unless you are trying to just return the...
Results 1 to 2 of 2