What is the best way to handle large numeric inputs in C++ (for example 10^100)?
10^100
For algorithms I usually switch over to ruby and I sometimes use strings.
Any other good methods?
It sounds like you're looking for a way to enter Arbitrary Precision numbers. here are two libraries you could use: GMP and MAPM
2.1m questions
2.1m answers
60 comments
57.0k users