1>------ Build started: Project: binary search tree_yaniv, Configuration: Debug Win32 ------ 1>Compiling... 1>binary search tree_yaniv.c 1>c:\documents and settings\8lab105\my documents\visual studio 2008\projects\binary search tree_yaniv\binary search tree_yaniv\binary search tree_yaniv.c(24) : error C2513: 'searchtree *' : no variable declared before '=' 1>c:\documents and settings\8lab105\my documents\visual studio 2008\projects\binary search tree_yaniv\binary search tree_yaniv\binary search tree_yaniv.c(46) : error C2065: 'a' : undeclared identifier 1>c:\documents and settings\8lab105\my documents\visual studio 2008\projects\binary search tree_yaniv\binary search tree_yaniv\binary search tree_yaniv.c(47) : error C2275: 'root' : illegal use of this type as an expression 1> c:\documents and settings\8lab105\my documents\visual studio 2008\projects\binary search tree_yaniv\binary search tree_yaniv\binary search tree_yaniv.c(10) : see declaration of 'root' 1>c:\documents and settings\8lab105\my documents\visual studio 2008\projects\binary search tree_yaniv\binary search tree_yaniv\binary search tree_yaniv.c(47) : error C2065: 'a' : undeclared identifier 1>c:\documents and settings\8lab105\my documents\visual studio 2008\projects\binary search tree_yaniv\binary search tree_yaniv\binary search tree_yaniv.c(47) : error C2275: 'root' : illegal use of this type as an expression 1> c:\documents and settings\8lab105\my documents\visual studio 2008\projects\binary search tree_yaniv\binary search tree_yaniv\binary search tree_yaniv.c(10) : see declaration of 'root' 1>c:\documents and settings\8lab105\my documents\visual studio 2008\projects\binary search tree_yaniv\binary search tree_yaniv\binary search tree_yaniv.c(47) : error C2198: 'insert' : too few arguments for call 1>c:\documents and settings\8lab105\my documents\visual studio 2008\projects\binary search tree_yaniv\binary search tree_yaniv\binary search tree_yaniv.c(51) : error C2059: syntax error : 'type' 1>c:\documents and settings\8lab105\my documents\visual studio 2008\projects\binary search tree_yaniv\binary search tree_yaniv\binary search tree_yaniv.c(53) : error C2181: illegal else without matching if 1>c:\documents and settings\8lab105\my documents\visual studio 2008\projects\binary search tree_yaniv\binary search tree_yaniv\binary search tree_yaniv.c(54) : error C2143: syntax error : missing ')' before 'type' 1>c:\documents and settings\8lab105\my documents\visual studio 2008\projects\binary search tree_yaniv\binary search tree_yaniv\binary search tree_yaniv.c(54) : error C2198: 'display' : too few arguments for call 1>Build log was saved at "file://c:\Documents and Settings\8lab105\My Documents\Visual Studio 2008\Projects\binary search tree_yaniv\binary search tree_yaniv\Debug\BuildLog.htm" 1>binary search tree_yaniv - 10 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========