Hello,
Consider I have a program which has to get input from a file containing some data.
In gcc, the indirection/redirection operators work.
So I would do:
./a.out < readfromFile.txt and values from a txt file will be read into the program.
I am confused how could I do this using codeblocks?
Please advise.
Thanks