Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Crafty internal iterative deepening

Author: Robert Hyatt

Date: 10:47:02 01/26/00

Go up one level in this thread


On January 26, 2000 at 13:05:28, Tijs van Dam wrote:

>On January 26, 2000 at 12:25:50, Robert Hyatt wrote:
>>
>>I don't personally consider the do { } while(0); construct to be ugly
>>when compared to a goto that is hard to track down...
>>
>
>OK, I agree with you on that. Still, my compiler under windows broke on it in
>the eval. I changed it to
>
>while(1)
>{
>    ...
>    break;
>}
>
>and it worked fine :)


what compiler?  I think I recall a buggy MSVC that would do that but it was
fixed ages back...



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.