Author: Thomas Gaksch
Date: 01:41:26 03/19/05
Go up one level in this thread
On March 19, 2005 at 04:22:58, Thomas Gaksch wrote: >sorry, i never used the makefile or an other compiler than vc. i always build >the code with microsoft visual c++ 6.0. with visual c++ 6.0 it works with only >including #include <math.h> >but math.h is only needed for the abs function. you also could write a macro for >the abs function. >thomas sorry, i forgot the example for an abs macro: #define ABS(x) ((x)<0?-(x):(x)) bye thomas
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.