Search:

Type: Posts; User: grumpy

Search: Search took 0.05 seconds.

  1. Replies
    17
    Views
    2,093

    The fundamentals of your program are broken...

    The fundamentals of your program are broken anyway. No point in having input and output working if you read the data, munge it, and then write it out.

    When you tell people to get in a line, in...
  2. Replies
    17
    Views
    2,093

    From the code of your sort_age() function, it...

    From the code of your sort_age() function, it appears you somehow want to have a single struct that contains an array of ages of unspecified size, and you want to sort that array.


    Your problem...
  3. Replies
    17
    Views
    2,093

    Given a single instance of your struct database,...

    Given a single instance of your struct database, what would you expect "sorting" it to achieve?
Results 1 to 3 of 3