Writing C code on visual studio 2017, I want to set the argument automatically from txt file instead of typing it myself.
Chance my project's properties on debug-command arguments wouldn't work - maybe I've done it wrong.
scanf ("%d",&N,&T,&F,&L);
is an example for a line in code I wish to scan those variables from a txt file already made and so on many other lines.