Search:

Type: Posts; User: uneasybbj

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    6,348

    #include #include...

    #include <stdlib.h>
    #include<math.h>
    #include<stdio.h>
    #include<string.h>
    #define inp_file "c:/code/temp/temps.txt"
    #define out_file "c:/code/temp/averages.txt"
    #define debug 1
    int main(void)...
  2. Replies
    4
    Views
    6,348

    Pelles C Temperature

    Can anyone give me the code to make pelles C read numbers from a file, and then write to another file the average, high, and low temperatures, in that order.
Results 1 to 2 of 2