On Dec 12, 2004, at 4:12 AM, Brian Schr?der wrote:
> I thought, row major would mean, that you have each row after another.
Row major means the row comes first. So you would handle addressing
with something like:
board[y][x] ...or... board[row][column]
Hope that helps.
James Edward Gray II