Main.cpp: In function ‘void CreateBiTree(Node*&)’:
Main.cpp:20:5: error: ‘s’ was not declared in this scope
if(s[loc]!=NULL){
^
Main.cpp: In function ‘void InOrderTraverse(BiTree)’:
Main.cpp:38:26: error: ‘memset’ was not declared in this scope
memset(sout,0,sout.size);
^
Main.cpp:41:21: error: invalid conversion from ‘const char*’ to ‘char’ [-fpermissive]
sout.push_back(" ");
^
In file included from /usr/include/c++/5/strin