Search:

Type: Posts; User: mjpars

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,441

    I guess my problem then is getting fscanf to...

    I guess my problem then is getting fscanf to detect the end of the file.
  2. Replies
    3
    Views
    1,441

    Counting records in a file

    If I have a data file that is structured like this:

    word1 word2
    word3 word4
    word5 word6

    I am using fscanf to read the words into an array of strings. How can I count the number of lines in...
  3. Replies
    8
    Views
    1,944

    Thanks everybody. I got Hammer's array of...

    Thanks everybody. I got Hammer's array of strings version to work.
  4. Replies
    8
    Views
    1,944

    Array of Strings

    Can somebody tell me how to create an array of strings and load the strings into the array. I know how to use arrays with integers or even floats but not with strings.
Results 1 to 4 of 4