Topic: reading a matrix with unknown rows


Author: ipkf@gibbs.oit.unc.edu (Kwok Fai Ting)
Date: 3 Aug 93 17:42:39 GMT
Raw View
I am trying to read a rectangular data file and put each data item
into a two-dimension array.  The purpose of this is to do matrix
algebra.  While the number of columns in the matrix is always
known, the number of rows is not.  A friend suggests me to look
at dynamic array, but I was unable to figure out how to do it.
Am I looking into the right direction?

Ting