Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 458 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 458 Bytes

Large-Integer-Adder

A class project from my sophomore year of college that can add integers larger than the integer type's capacity. The trick is use an array or a vector to hold each digit in an index and add the indexs of each.
Language: C++
Date Completed: Apr 6, 2014

Instructions

Follow the promts, and you will end up fine. Just enter 2 integers of "any" (100 digits max) length, and you will be shown the sum of the 2 integers.