Search:

Type: Posts; User: jennyt

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,129

    can't find error(s) in my program..help?

    I have to write a program to read this matrix

    3 4
    1 4 5 4
    4 5 6 5
    1 2 2 3

    I wrote it, and my program is not properly reading it.
  2. program code which will fill in arrays of any size?

    I'm suppsed write a program which scans the following file and would work for any other files with varying size matrixes.

    2 3
    2 3 5
    2 4 5

    The first two numbers are the size of the matrix. I...
  3. beginner at c programming...how to manipulate multiple files in a single program?

    i need to write a program which reads three files containing data... this data is organized in the same manner in all of the files and only differs in its numbers...

    i wrote a program to read one...
  4. beginner at c programming...how to manipulate multiple files in a single program?

    I have 3 files i need to read in one program.. the files contain the same type of information.. numbers, but in each file the numbers are different.

    i wrote a program to read one file and...
Results 1 to 4 of 4