Name: Anonymous 2008-02-29 18:26
After googling around I didn't really find an answer for my question.
Programming in C, I have a file with a random amount of positive numbers in it.
Example:
5 3 85 23 9 54
How exactly can I scan the file for the amount of numbers in it. So scanning that file would return 6.
Programming in C, I have a file with a random amount of positive numbers in it.
Example:
5 3 85 23 9 54
How exactly can I scan the file for the amount of numbers in it. So scanning that file would return 6.