I have a project where i need to create a C++ class that will use very long integers. The software should handle additions of integers of up to 50 digits. I already finished creating a class for sequence that we have to use too store the numbers.
But my question is how would I go about creating a class that would support integer operations on integers with an arbitrarily large number of digits. Very confused student, any help would be great.