Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: simple question- how to compile the follwing program

Author: TEERAPONG TOVIRAT

Date: 01:08:31 03/06/99

Go up one level in this thread



On March 06, 1999 at 01:57:01, brian robson wrote:

>Hi everybody, sorry for asking a simple question. I m new to programming.
>Recently I downloaded a simple chess program from Tom Kerigan's web-page.
>It contains the following file:board.c , main.c , data.c , search.c , eval.c ,
>data.h, protos.h , defs.h . How to compile these files into a chess program ?
>For information I have Borland C++ 3.1. Thanks a lot.

I've the same problem as you few weeks ago. I used Turbo C . Make a project
file.
Name it (such as chess.prj) then edit(in chess.prj)
   main.c
   board.c
   data.c
   search.c
   eval.c
then save  and run.With C++ ,you may have to make minor change in "include..."
You can consult you C++ book.



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.