I want to run a fortran code in debug mode in visual studio. the code reads input from stdin (unif 5). I would like it to read from an input file. Can you tell me how to assign my input file to stdin?
↧
I want to run a fortran code in debug mode in visual studio. the code reads input from stdin (unif 5). I would like it to read from an input file. Can you tell me how to assign my input file to stdin?