What I did in Linux to load the program to the console, only with a command in the terminal:
./s < EjemplosSudoku.txt
in windows is not possible, and I assume that you have to load it from the same code, calling the .txt file.
Could someone tell me how? And once loaded, how to take those characters and put them in a string?
Note: It is a code of 200 lines, of solving sudokus, but it is only for this reason say the solver, does not ask for data or anything like that. These receive them from a .txt while it is in the format it should be.