Geschrieben von: / Posted by: Steve Maughan at 04 March 2004 22:00:20:
The C version of Monarch is getting closer to playing real chess. Hopefully I'll have a new version within the next couple of weeks. Once question for our resident 'C' experts -
In VB when you need to pass control back to the application to allow it to process the message stack you use the DoEvents() command. Likewise in Delphi you would use Application.ProcessMessages. What should I use in 'C'? In developing using Visual Studio 2003. Is it just Sleep(0)? Is this appropriate or is there a better method?
Thanks,
Steve