Search:

Type: Posts; User: Raymond2010

Search: Search took 0.01 seconds.

  1. Read text file with unknown number of rows in C

    Hi All,

    I have been having a difficult time trying to read space-delimited text file with unknown number of rows in C.

    To be a little bit specific, say I have a space delimited integer...
  2. I tried to follow Salem, still got the same...

    I tried to follow Salem, still got the same output. Totally confused now!
  3. Thanks. I will try to modify that and see if it...

    Thanks. I will try to modify that and see if it works. I will update my thread then.
  4. calculate column-wise sum of a matrix in C

    Hi All,

    I am new to C programming. I was trying to do column-wise sum of a matrix whose elements are integers. This is very easy to do in R (by calling the 'colSums' function). However, my c...
Results 1 to 4 of 4