0_0_1263238_22532.cpp: In function `void compute(int*, int*, int)':
0_0_1263238_22532.cpp:8: error: `memset' undeclared (first use this function)
0_0_1263238_22532.cpp:8: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_1263238_22532.cpp:12: error: invalid operands of types `int*' and `int*' to binary `operator+'
0_0_1263238_22532.cpp:15: error: invalid conversion from `int' to `int*'
0_0_1263238_22532.cpp:19: error: invalid conversion from `int' to `int*'
0_0_1263238_22532.cpp: In function `int main()':
0_0_1263238_22532.cpp:27: error: `memset' undeclared (first use this function)
0_0_1263238_22532.cpp:28: error: cannot convert `int (*)[401]' to `int*' for argument `2' to `void compute(int*, int*, int)'
|