Search:

Type: Posts; User: CommonTater

Search: Search took 0.05 seconds.

  1. Replies
    21
    Views
    4,315

    strcpy(largest.name, info.name); ...

    strcpy(largest.name, info.name);


    Laserlight's solution is better...
  2. Replies
    21
    Views
    4,315

    C doesn't know how to do string = string. You...

    C doesn't know how to do string = string.

    You probably want to use strcpy() to copy the name.
Results 1 to 2 of 2