STL BigInt class implementation

XCS picture XCS · Feb 14, 2011 · Viewed 7.6k times · Source

Does STL have a BigInt class implementation? (numbers with many digits held into a container)

Answer

Mark Ransom picture Mark Ransom · Feb 14, 2011

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