0_0_20882762_11194.cpp: In function 'void _outTreeIter(int)':
0_0_20882762_11194.cpp:203:29: error: 'fp' was not declared in this scope
if ( son ) _outTreeIter(fp,son);
^
0_0_20882762_11194.cpp:206:29: error: 'fp' was not declared in this scope
if ( son ) _outTreeIter(fp,son);
^
In file included from 0_0_20882762_11194.cpp:11:0:
0_0_20882762_11194.cpp: In function 'bool read()':
0_0_20882762_11194.cpp:244:16: error: invalid initialization of non-const reference of type 'int&' from an rvalue of type 'FILE* {aka _iobuf*}'
outputTree(stdout,Root);
^
0_0_20882762_11194.cpp:211:6: note: in passing argument 1 of 'void outputTree(int&)'
void outputTree(int& root){
^
|