Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 13 hours ago.
I would like to do calculations on large integer numbers (beyond the limit of int/long long). I usually store the numbers in string and then write functions for adding/subtracting/multiplying/dividing, but this is not efficient… Are there any libraries/string methods that would be helpful (in C++)?
Please login or Register to submit your answer