Search:

Type: Posts; User: QCMontrealQC

Search: Search took 0.00 seconds.

  1. I defined a structure and called the file for...

    I defined a structure and called the file for reading, but I am confused about how to store the information in the fscanf portion of the code.


    typedef struct
    {
    int ranking;
    char name[20];...
  2. I need to store information from a file that...

    I need to store information from a file that contains stats of ten different countries, and store that information in an array of ten elements, where each element is a structure named data_t.
  3. File information into array of structures

    Once a file is read, how would you store the information into an array of nine elements where each element is a structure named data_t.
Results 1 to 3 of 3