Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 410 Bytes

File metadata and controls

12 lines (8 loc) · 410 Bytes

InfInt

Infinity Integers, BIgInt integers, Operators overloading for Big Int

This project in C++ is made to use Big Int without limit. The InfInt made of unlimited digits, and supported by every operator that is made for Integers,

Decimal supported operators: =, * , - , + , +=, < , > , <= , >= , -= , / , % , ++ , -- , input and output

Binary supported operators: & , ^ , | , &= , >> , << , >>=