Author: Brian Richardson
Date: 07:17:31 09/20/99
Go up one level in this thread
I set the other side variables too...
if(!strcmp(s,"white")) {
side=LIGHT;
xside=DARK;
computer_side=DARK;
continue;
}
Also initialize with
setbuf(stdout, NULL);
setbuf(stdin, NULL);
and use after printf
fflush(stdout);
Maybe this will help...
This page took 0 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.