Description: For some applications that are beyond the integer range of positive integers, they need to store and compute their own solutions. One solution is to store a positive integer with a single linked list. Notice that the numbers are stored in reverse order. Try to design a class to handle any large integer. You must implement input and output operations, addition operations, and assignment operations.
To Search:
File list (Check if you may need any files):
main.cpp