Hello all,
I wanted to know if there was a way to read in numerical data on the same command line on which you execute a file.
I know you can do that for i/o files like:
test.exe < file1.in > file2.out
But I wanted to know if there's some similar notation that can be used for floating...