Author: Andrew Platt
Date: 19:06:09 12/10/04
Go up one level in this thread
On December 10, 2004 at 21:21:10, Uri Blass wrote: >On December 10, 2004 at 20:41:06, Dann Corbit wrote: > >>Did you read this: >> >>How to integrate my probing code into your chess program >>======================================================== > >I did not but I still do not understand some things when I look at it >for example the function >SqFindKing (square *) > >What king does it find white or black and why does it need to get pointer to >square? >I can find the white king or black king with no pointers. Caveat: I haven't implemented it either but I think I can understand the specification clearly enough. Note there are two arrays, one for each color. The parameter 'square *' is simply one of those arrays. So it will look for the king in the array you pass. Andy.
This page took 0.01 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.