Search:

Type: Posts; User: CommonTater

Search: Search took 0.12 seconds.

  1. Replies
    17
    Views
    8,805

    Once you know which rows need to be exchanged......

    Once you know which rows need to be exchanged... just move the whole row in a loop...

    One trick, although it's a bit more code... Make your "index row" (0?) a separate array of structs with...
  2. Replies
    17
    Views
    8,805

    Let me guess... it sorts column 0 but...

    Let me guess... it sorts column 0 but disconnectes it from column[i] in the process....

    This is the fun part about 2d or 3d matrixes... if you want to keep the rows intact you have to shuffle the...
Results 1 to 2 of 2