Question: Design a class, in c++ language , named largeIntegers such that an object of this class can store any number of digits. Add operations to
Design a class, in c++ language, named largeIntegers such that an object of this class can store any number of digits. Add operations to add, subtract, multiply, and compare integers stored in two objects and overload the corresponding operators. You should also have functions to set, retrieve, and print the objects (and include exception handling). Write a client program to test your implementation.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
