Functions |
| BigInt | operator+ (const BigInt &lhs, const BigInt &rhs) |
| BigInt | operator- (const BigInt &lhs, const BigInt &rhs) |
| ostream& | operator<< (ostream &out, const BigInt &big) |
| istream& | operator>> (istream &in, BigInt &big) |
| bool | operator== (const BigInt &lhs, const BigInt &rhs) |
| bool | operator!= (const BigInt &lhs, const BigInt &rhs) |
| bool | operator< (const BigInt &lhs, const BigInt &rhs) |
| bool | operator> (const BigInt &lhs, const BigInt &rhs) |
| bool | operator<= (const BigInt &lhs, const BigInt &rhs) |
| bool | operator>= (const BigInt &lhs, const BigInt &rhs) |
| BigInt | operator * (const BigInt &a, int num) |
| BigInt | operator * (int num, const BigInt &a) |
| BigInt | operator * (const BigInt &lhs, const BigInt &rhs) |
Variables |
| const int | BASE = 10 |