0_0_3798028_7375.cpp:23: error: integer constant is too large for "long" type
0_0_3798028_7375.cpp:26: error: overflow in constant expression
0_0_3798028_7375.cpp:26: error: overflow in array dimension
0_0_3798028_7375.cpp:26: error: size of array `array' is too large
0_0_3798028_7375.cpp: In constructor `BigInteger::BigInteger()':
0_0_3798028_7375.cpp:30: error: `array' undeclared (first use this function)
0_0_3798028_7375.cpp:30: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_3798028_7375.cpp: In constructor `BigInteger::BigInteger(std::string)':
0_0_3798028_7375.cpp:35: error: `array' undeclared (first use this function)
0_0_3798028_7375.cpp: In constructor `BigInteger::BigInteger(int)':
0_0_3798028_7375.cpp:44: error: `array' undeclared (first use this function)
0_0_3798028_7375.cpp: In member function `bool BigInteger::Display()':
0_0_3798028_7375.cpp:67: error: `array' undeclared (first use this function)
0_0_3798028_7375.cpp: In function `BigInteger operator+(const BigInteger&, const BigInteger&)':
0_0_3798028_7375.cpp:82: error: 'class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:82: error: 'const class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:82: error: 'const class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:86: error: 'class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:88: error: 'class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:89: error: 'class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:92: error: 'class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp: In function `BigInteger operator*(const BigInteger&, const BigInteger&)':
0_0_3798028_7375.cpp:106: error: 'class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:106: error: 'const class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:106: error: 'const class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:111: error: 'class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:113: error: 'class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:113: error: 'class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:114: error: 'class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:117: error: 'class BigInteger' has no member named 'array'
0_0_3798028_7375.cpp:121: error: 'class BigInteger' has no member named 'array'
|