Yes, defining an array as int x[8][8] (or similar) would be a 8x8 array which is 64. It would run all the way from x[0][0], x[0][1]... to x[8][8].
Paul Waring - Web site design and development.
Forum Rules