From: "Brian Schröder" Date: 2004-12-13T02:32:40+09:00 Subject: Re: [QUIZ] Learning Tic-Tac-Toe (#11) On Mon, 13 Dec 2004 02:05:27 +0900 James Edward Gray II wrote: > 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 > Then I'm implementing row major, while the original server that claimed to support row major in reality used column major. This should be no flame or anything, I just want to get the specification right, and hope that all can interface with the same server. Regards, Brian -- Brian Schr�der http://www.brian-schroeder.de/