Hey all,
I have a question about file input processing. I need to read in a file along with my executable in UNIX like so:
Code:
prompt: a.out  < inputfile
and I need to get two lines and store each of those lines into integer arrays for manipulation later. How would I go about doing that? Thanks.