Search:

Type: Posts; User: vjefcoat

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    3,489

    Thank you all for your help. I will be able to...

    Thank you all for your help. I will be able to move onto the next step of this assignment.

    Thanks again.
  2. Replies
    7
    Views
    3,489

    structure copy

    I have been working on a home work assignment for a while. Now I am trying to copy a structure to another structure.

    The class book says that you can copy a structure using =. I cannot get...
  3. Replies
    6
    Views
    1,071

    pointers/structers/if statements

    I am filling a structure with words from a file. When the last word of the file is entered a null character is entered in the next structure member.

    I am then passing the structure to a function...
  4. Replies
    3
    Views
    6,780

    Very interesting on the for loop for loop...

    Very interesting on the for loop for loop controlled with the feof. I was getting problems reading the whole file instead of a line at a time. I was getting a double line printed at the end of the...
  5. Replies
    3
    Views
    6,780

    Unique Word count program

    I am working on an assignment to count specific words in a file. I am able to copy the file into an structure of an array. I thought I would use strcmp and compare each member of the structure...
Results 1 to 5 of 5