Question: Please help with the following problem using C++ and explain the steps. 4. Consider the class HugeInt as in the previous project # 2 and

Please help with the following problem using C++ and explain the steps.
4. Consider the class HugeInt as in the previous project # 2 and shown in problem 10.9 page 492-495. The class enables operations or a) Test fist all capabilities of this class, describe precisely how it operates and what restrictions it has. b) overload multiplication * and division / for this class. Overload the relational , assignment and equality operators for this class. integers larger than the largest 32 bit integer(about 2 billions) 4. Consider the class HugeInt as in the previous project # 2 and shown in problem 10.9 page 492-495. The class enables operations or a) Test fist all capabilities of this class, describe precisely how it operates and what restrictions it has. b) overload multiplication * and division / for this class. Overload the relational , assignment and equality operators for this class. integers larger than the largest 32 bit integer(about 2 billions)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
