STL是否有“大型int”类实现? (将多个数字保存在数组中的数字)
答案 0 :(得分:11)
C ++标准库(有时被错误地称为“STL”)不包含任何扩展精度支持。
答案 1 :(得分:7)
答案 2 :(得分:3)
Unfortunately, the C++ standard library does not natively support arbitrarily long integers. However, these libraries can help you getting the job done: