Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site











SourceForge.net Logo

intInf: A signed integer type with arbitrary-precision

 

class intInf

 

A signed integer type with arbitrary-precision including the usual arithmetic.

Arbitrary precision means that the type is never out of bounds.

This feature comes with a huge performance penalty.

 

 

Constructor Detail


 

intInf()

Class default constructor.

 


 

intInf(const char* c)

Constructor from an integer included in string c..

 


 

intInf(const String& s)

Constructor from an integer included in string s.

 

Public Member List


 

const intInf& operator=(const char* c)

Logical operator equal to string c.

 

 

Last edit by koldo on 12/11/2020. Do you want to contribute?. T++