67835_0_10938.cpp:20: error: ISO C++ forbids declaration of `Bignum' with no type
67835_0_10938.cpp:20: error: expected `;' before "bool"
67835_0_10938.cpp:43: error: `Bignum' has not been declared
67835_0_10938.cpp:44: error: ISO C++ forbids declaration of `Bignum' with no type
67835_0_10938.cpp: In function `int Bignum(const char*)':
67835_0_10938.cpp:48: error: `len' undeclared (first use this function)
67835_0_10938.cpp:48: error: (Each undeclared identifier is reported only once for each function it appears in.)
67835_0_10938.cpp:48: error: `bitlen' undeclared (first use this function)
67835_0_10938.cpp: At global scope:
67835_0_10938.cpp:68: error: no `bool BigNum::Bigger(const BigNum&) const' member function declared in class `BigNum'
67835_0_10938.cpp:180: error: no `void BigNum::Print()' member function declared in class `BigNum'
67835_0_10938.cpp:180: error: `void BigNum::Print()' and `void BigNum::Print()' cannot be overloaded
67835_0_10938.cpp: In function `int main()':
67835_0_10938.cpp:197: error: expected `)' before "a"
|