Basically what I am trying to do is send the numbers 3, 7, 5, 4, 1, 8, 9, 2, 6, 5, in an array into a file "array.dat". And the second program is supposed to read that file. My second program is ...
I have a text file contining a list of strings, one string per line. The number of lines in this file is unknown, but not large (less than 50). Space characters in ...