Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: A couple of more questions...

Author: Larry Griffiths

Date: 13:00:05 08/17/00

Go up one level in this thread


On August 16, 2000 at 17:11:57, Severi Salminen wrote:

>Hi!
>
>Thanks all for comments and opinions about C and C++. I'm still pondering
>between these two options.
>
>Is there anything else wrong with Borland C++ 5.5 than speed? What other free
>compiler should I consider (I'll be programming in Windows and for Windows
>mainly)?
>
>And to make this post on topic: I lost today 0-1 to Crafty!! Something wrong
>with my code???
>
>Severi

Hi Severi,

I am using the Borland C++ Builder Version 5.  This compiler is just the C++ 5.5
compiler with a Visual component library and Visual development.  It has earned
one of the highest scores for ANSI compliance.

I have not used the C++ 5.5 compiler so I don't know what it is like with out
the visual part.  It has inline assembly but I have alignment problems with my
__int64 variables.  I put a filler in my program to get them aligned and have
some code at run time that tests to make sure they are aligned.  If I get my
unaligned message, I change the amount of the filler and re-compile.
If you are a young person looking for a future as a programmer, then I would
pursue the Object-oriented approach to your chess program.  Working with objects
has and will be the wave of the future for some time.  If all you want to do is
write a chess program, then the object-oriented approach is still a very good
way to do it.

Larry.


Larry.



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.