[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [computer-go] How to play go with other programe?



Title: RE: [computer-go] How to play go with other programe?

David Fotland wrote:

> I write windows programs, not console programs.  In a win32
> program, there is no stdin and stdout, since there is no
> command line console window.
> Can someone tell me how to make this kind of program talk to
> stdin/stdout?

Here is a generic solution for adding stdin/stdout capability to any kind of non-console Win32 program. A console application relays stdin/stdout to your application through named pipes.

http://www.codeguru.com/Cpp/W-D/console/redirection/article.php/c3955/

Jean-Pierre

_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/