Current Forum: Homework 6 Part 1 |
Date: Mon Dec 10 2001 3:43 am |
Author: Cipriani, Jason A. <jac4@andrew.cmu.edu> |
Subject: move[] |
|
|
as i went over MyBoard to see if there was any more speed i could squeeze out of it, i found it highly annoying that move[] was passed as a 4 element array instead of having 2 separate makeMove functions in the interface; one that took 2 parameters, and one that took 4.
good thinking.
|
|