Hi,
How to read command line inputs using a C program.
by command line inputs, I don't mean command line arguments!!
example:
* I have a text file 'inputfile.txt' with few lines of names.
* Assume my program name is names.exe.
* I have to run the program using windows command line using following command:
c:>names.exe < inputfile.txt
Thanks.