0_0_2913056_26400.cpp:4: error: `SIZE' was not declared in this scope
0_0_2913056_26400.cpp:5: error: `SIZE' was not declared in this scope
0_0_2913056_26400.cpp: In function `bool isNumberOk(double)':
0_0_2913056_26400.cpp:11: error: `DBL_MAX' undeclared (first use this function)
0_0_2913056_26400.cpp:11: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_2913056_26400.cpp: In function `double cacl(double, double, char)':
0_0_2913056_26400.cpp:121: error: `pow' undeclared (first use this function)
0_0_2913056_26400.cpp: In function `void expression(char*)':
0_0_2913056_26400.cpp:135: error: `strlen' undeclared (first use this function)
0_0_2913056_26400.cpp:139: error: `stackOp' undeclared (first use this function)
0_0_2913056_26400.cpp:150: error: `stackNum' undeclared (first use this function)
0_0_2913056_26400.cpp:191: error: `printf' undeclared (first use this function)
0_0_2913056_26400.cpp: In function `int main()':
0_0_2913056_26400.cpp:200: error: `scanf' undeclared (first use this function)
|