0_0_8664847_14378.cpp:1: error: expected constructor, destructor, or type conversion before '<' token
0_0_8664847_14378.cpp:1: error: expected `,' or `;' before '<' token
0_0_8664847_14378.cpp:8: error: aggregate `BigInt temp' has incomplete type and cannot be defined
0_0_8664847_14378.cpp: In function `void add(BigInt*, BigInt*, BigInt*)':
0_0_8664847_14378.cpp:14: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:14: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:20: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:22: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:24: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:24: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:25: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:25: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:27: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:29: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:30: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:39: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:40: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp: At global scope:
0_0_8664847_14378.cpp:43: error: aggregate `BigInt inter' has incomplete type and cannot be defined
0_0_8664847_14378.cpp:43: error: aggregate `BigInt multiresult' has incomplete type and cannot be defined
0_0_8664847_14378.cpp: In function `void multiply(BigInt*, BigInt*, BigInt*)':
0_0_8664847_14378.cpp:47: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:48: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:49: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:54: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:56: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:56: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:57: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp:57: error: invalid use of undefined type `struct BigInt'
0_0_8664847_14378.cpp:8: error: forward declaration of `struct BigInt'
0_0_8664847_14378.cpp: In function `int main()':
0_0_8664847_14378.cpp:71: error: elements of array `BigInt dp[105]' have incomplete type
0_0_8664847_14378.cpp:71: error: storage size of `dp' isn't known
0_0_8664847_14378.cpp:85: error: `scanf' undeclared (first use this function)
0_0_8664847_14378.cpp:85: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8664847_14378.cpp:85: error: `EOF' undeclared (first use this function)
0_0_8664847_14378.cpp:88: error: `printf' undeclared (first use this function)
0_0_8664847_14378.cpp: At global scope:
0_0_8664847_14378.cpp:8: error: storage size of `temp' isn't known
0_0_8664847_14378.cpp:43: error: storage size of `inter' isn't known
0_0_8664847_14378.cpp:43: error: storage size of `multiresult' isn't known
|