Operator Overloading issueLine 45, you forgot to qualify the operator with the class name. [code] bool [b]HugeInteger::[/b]o...
OOP is killing me@ne555 - Why return HugeInteger by value rather than reference? Returning by value is inefficient. ...
OOP is killing meSegmentation faults are almost always the result of bad pointers or bad indexes. Since you're not ...
#ifs and assert()s Intrinsically defined constants are constants that are defined by the compiler. Some like _FILE_ an...
OOP is killing meI do see a few things: Line 24. result is no longer used. Line 68. You use firstDigit, but it'...