Skip to main content
added 3 characters in body
Source Link
Brian Towers
  • 104.2k
  • 16
  • 256
  • 429

I downloaded the stockfish.exe from the website and it runs fine. I just want to give it ana position and to return an eval. The documentation about c++ in the stockfish website is gone. What can I do? I know how to communecommunicate with the executable using the UCI protocol, but I don't know how to do it in code.

I downloaded the stockfish.exe from the website and it runs fine. I just want to give it an position and to return an eval. The documentation about c++ in the stockfish website is gone. What can I do? I know how to commune with the executable using the UCI protocol, but I don't know how to do it in code.

I downloaded the stockfish.exe from the website and it runs fine. I just want to give it a position and to return an eval. The documentation about c++ in the stockfish website is gone. What can I do? I know how to communicate with the executable using the UCI protocol, but I don't know how to do it in code.

deleted 10 characters in body
Source Link
SecretAgentMan
  • 4.6k
  • 3
  • 19
  • 49

I downloaded the stockfish.exe from the website and it runs fine. I just want to give it an position and to return an eval. The documentation about c++ in the stockfish website is gone. What can I do? I know how to commune with the executable using the UCI protocol, but I don't knoqknow how to do it in code. Thank you.

I downloaded the stockfish.exe from the website and it runs fine. I just want to give it an position and to return an eval. The documentation about c++ in the stockfish website is gone. What can I do? I know how to commune with the executable using the UCI protocol, but I don't knoq how to do it in code. Thank you.

I downloaded the stockfish.exe from the website and it runs fine. I just want to give it an position and to return an eval. The documentation about c++ in the stockfish website is gone. What can I do? I know how to commune with the executable using the UCI protocol, but I don't know how to do it in code.

Source Link

How to use stockfish with c++?

I downloaded the stockfish.exe from the website and it runs fine. I just want to give it an position and to return an eval. The documentation about c++ in the stockfish website is gone. What can I do? I know how to commune with the executable using the UCI protocol, but I don't knoq how to do it in code. Thank you.