User profile: KarateMan80

User info
User name:KarateMan80
History
Joined:
Number of posts:6
Latest posts:

Debugging issue regarding fractions
The code below is designed to add, subtract, multiply, and divide fractions created in the class Rat...

Problem with "=" operator in a problem regarding classes
Thanks, That was the trick. There is another debugging problem now, but it will show up in another ...

Problem with "=" operator in a problem regarding classes
Here is a bit of the code in question. the error is in line 13, "x = c.addition(d);" the problem ha...

No Match for Operator >
That actually produces the same error in what is your line 3. What does such an error literally mea...

No Match for Operator >
The following is an insert sorting algorithm that is part of a larger program. I have refined thi...