Chess program in fortran
Date: 19 Jul 2004 03:12:52 -0700
Hi,
I am looking for chess program (GUI not necessary) written in
fortran 77/90/95. Can anyone give me some pointers?
Thanks in advance,
--Ari
Relevant Pages
- Re: Chess program in fortran
... arimail77@yahoo.com (Arindam Chakraborty) wrote: ... > I am looking for chess program (GUI not necessary) written in ... A chess program is one of the Fortran 77 benchmarks at ... (comp.lang.fortran) - Re: Fortran77 & GUI
... > make it talk to the Fortran side. ... > inventing a command language for your Fortran. ... > Now the problem is to keep this thing in sync with the GUI. ... > existence of that file in its event loop. ... (comp.lang.fortran) - Re: Passing C structures as arguments
... > wondering if it is possible to pass in these arguments from a Fortran ... depending on the particular compilers. ... Be aware that Fortran pointers are *NOT* the same thing as ... You may need to play compiler-specific games for the array case, ... (comp.lang.fortran) - Re: Help with Developing a GUI for Fortran program
... From your description of the problem, and the fact that cost seems to be paramount, I'd recommend splitting this into two parts: ... Develop a fortran program to solve 15-30 simultaneous Ordinary ... This probably won't be enough in the long run, but it will allow you to concentrate on the mathematical part of the program without worrying about GUI programming. ... As others have said, if you want a real good look-and-feel without a LOT of work, you'll either have to pay for something like Winteracter or GINO on top of your Fortran compiler, or you'll have to write the GUI in a different language. ... (comp.lang.fortran) - Re: Help with Developing a GUI for Fortran program
... I'd recommend splitting this into two parts: ... Develop a fortran program to solve 15-30 simultaneous Ordinary ... This probably won't be enough in the long run, but it will allow you to concentrate on the mathematical part of the program without worrying about GUI programming. ... As others have said, if you want a real good look-and-feel without a LOT of work, you'll either have to pay for something like Winteracter or GINO on top of your Fortran compiler, or you'll have to write the GUI in a different language. ... (comp.lang.fortran) |
|