BigInt

Hi guys i have found many topics and references about big int and i want to know for what i need it an where i can found full code of it.
there is no fundamental C++ data-type called big int. Most of the BigInt's that pop up here from time to time are custom classes or structs. You can find all the C++ standard's inherent types, including integers, here: http://en.cppreference.com/w/cpp/language/types
thank you
Topic archived. No new replies allowed.