Forum: C Oct 29th, 2009 |
| Replies: 3 Views: 200 OK now I kinda get it.
So first I have to write the program then simply call the function by a.out < file.dat right? |
Forum: C Oct 28th, 2009 |
| Replies: 3 Views: 200 I have a file called file.dat and have to write a program called sdev.c which adds up all of the numbers in file.dat from each line. (Assuming that one number is per line)
which has to open like... |