D - Setting a 2D array
- Dario (4/4) Sep 13 2003 We use array[]=0 to set an array to 0.
We use array[]=0 to set an array to 0. Intuitively array2d[][]=0 should work for 2D arrays. What do you think? -Dario
Sep 13 2003
We use array[]=0 to set an array to 0. Intuitively array2d[][]=0 should work for 2D arrays. What do you think? -Dario