Search code examples
c++stdbigintegerbigintlargenumber

Is there a BigInt large number class in the standard library?


Does the standard library have a BigInt class? (numbers with many digits held in a container)


Solution

  • The C++ standard library (sometimes erroneously referred to as "STL") does not contain any extended precision support.