Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Thanks Alex, that works great!

Author: Alex Boby

Date: 13:36:20 08/23/99

Go up one level in this thread


On August 23, 1999 at 15:01:21, Pete Galati wrote:

>Thanks Alex,
>
>I saved that off to my 'util' directory and compiled it there so that I'd have
>future use of it (some things get uncerimoniously deltree'd, some don't). It
>works great, exceptionally easy to use. Very cool little utility. Thanksyou.
>
>Pete

   You may have noticed that if you put in bad filenames, the program crashes.
You can fix this by adding a couple lines after the fp=fopen()... line:

if (fp==NULL)
  {printf("Bad Filename.\n"); exit(0);}

  just add this in if it concerns you.



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.