578926_0_0_31115.cpp:19: error: data member may not have variably modified type `int[((unsigned int)((int)DIGIT))]'
578926_0_0_31115.cpp: In constructor `BigNum::BigNum(int)':
578926_0_0_31115.cpp:25: error: `a' undeclared (first use this function)
578926_0_0_31115.cpp:25: error: (Each undeclared identifier is reported only once for each function it appears in.)
578926_0_0_31115.cpp: In constructor `BigNum::BigNum(const char*)':
578926_0_0_31115.cpp:33: error: expected init-declarator before "for"
578926_0_0_31115.cpp:33: error: expected `,' or `;' before "for"
578926_0_0_31115.cpp:33: error: expected `;' before ')' token
578926_0_0_31115.cpp: In member function `BigNum& BigNum::operator=(const BigNum&)':
578926_0_0_31115.cpp:49: error: `a' undeclared (first use this function)
578926_0_0_31115.cpp:50: error: 'const class BigNum' has no member named 'a'
578926_0_0_31115.cpp: In member function `BigNum BigNum::operator+(const BigNum&) const':
578926_0_0_31115.cpp:55: error: no matching function for call to `BigNum::BigNum()'
578926_0_0_31115.cpp:41: note: candidates are: BigNum::BigNum(const BigNum&)
578926_0_0_31115.cpp:31: note: BigNum::BigNum(const char*)
578926_0_0_31115.cpp:23: note: BigNum::BigNum(int)
578926_0_0_31115.cpp:58: error: expected `:' before ';' token
578926_0_0_31115.cpp:58: error: expected primary-expression before ';' token
578926_0_0_31115.cpp:60: error: 'class BigNum' has no member named 'a'
578926_0_0_31115.cpp:60: error: `a' undeclared (first use this function)
578926_0_0_31115.cpp:60: error: 'const class BigNum' has no member named 'a'
578926_0_0_31115.cpp:61: error: 'class BigNum' has no member named 'a'
578926_0_0_31115.cpp:62: error: 'class BigNum' has no member named 'a'
578926_0_0_31115.cpp:63: error: 'class BigNum' has no member named 'a'
578926_0_0_31115.cpp:66: error: 'class BigNum' has no member named 'a'
578926_0_0_31115.cpp: In function `std::ostream& operator<<(std::ostream&, const BigNum&)':
578926_0_0_31115.cpp:75: error: 'const class BigNum' has no member named 'a'
578926_0_0_31115.cpp:79: error: 'const class BigNum' has no member named 'a'
578926_0_0_31115.cpp: In function `int main()':
578926_0_0_31115.cpp:96: error: no matching function for call to `BigNum::BigNum()'
578926_0_0_31115.cpp:41: note: candidates are: BigNum::BigNum(const BigNum&)
578926_0_0_31115.cpp:31: note: BigNum::BigNum(const char*)
578926_0_0_31115.cpp:23: note: BigNum::BigNum(int)
578926_0_0_31115.cpp:96: error: no matching function for call to `BigNum::BigNum()'
578926_0_0_31115.cpp:41: note: candidates are: BigNum::BigNum(const BigNum&)
578926_0_0_31115.cpp:31: note: BigNum::BigNum(const char*)
578926_0_0_31115.cpp:23: note: BigNum::BigNum(int)
578926_0_0_31115.cpp:96: error: no matching function for call to `BigNum::BigNum()'
578926_0_0_31115.cpp:41: note: candidates are: BigNum::BigNum(const BigNum&)
578926_0_0_31115.cpp:31: note: BigNum::BigNum(const char*)
578926_0_0_31115.cpp:23: note: BigNum::BigNum(int)
|