Skip to content

A class project from my sophomore year of college that can add integers larger than the integer type's capacity

Notifications You must be signed in to change notification settings

Alexter93/Large-Integer-Adder

Repository files navigation

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.

About

A class project from my sophomore year of college that can add integers larger than the integer type's capacity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages