Search:

Type: Posts; User: matsp

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    2,492

    So, do you just want to print them back to front,...

    So, do you just want to print them back to front, or change the content around so that the content is stored the other way around?

    If the latter, then master5001 has answered this (you need a...
  2. Replies
    8
    Views
    2,492

    array[i][j] = array[i][j]; this line does...

    array[i][j] = array[i][j];

    this line does absolutely nothing (it moves to and from the same place in the array).

    Your line that sets "j = ..." in both of your code-samples is also meaningless....
Results 1 to 2 of 2