Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sgetaz lab1 submission #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

sgetaz lab1 submission #31

wants to merge 2 commits into from

Conversation

sgetaz
Copy link

@sgetaz sgetaz commented Sep 3, 2014

The .c program has two known bugs:

  • Firstly, although the computed sum is correct within sort_sum.c just before it's return to main.c, when the
    sum is printed in main there appears to be an overflow of some sort. Hours of debugging failed to find a
    cause for the problem.
    • Secondly, for some reason qsort fails to sort the final entry of the table. I do not know why this occurs

Sven Geta added 2 commits September 3, 2014 19:06
- There are two known bugs with the program:
  *Firstly, although the sum is correct right before returning to main.c,
   when printing out the sum in main.c there is some apparently some overflow.
   Hours of debugging yielded no answer...
 *For some reason, qsort fails to sort the final entry in the table.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant