--------------------Configuration: 3 - Win32 Debug--------------------
Compiling...
3.cpp
E:\3\3.cpp(15) : error C2227: left of '->key' must point to class/struct/union
E:\3\3.cpp(16) : error C2227: left of '->lchild' must point to class/struct/union
E:\3\3.cpp(16) : error C2227: left of '->rchild' must point to class/struct/union
E:\3\3.cpp(17) : error C2440: '=' : cannot convert from 'struct BiTNode ** ' to 'struct BiTNode *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\3\3.cpp(23) : error C2227: left of '->key' must point to class/struct/union
E:\3\3.cpp(24) : error C2227: left of '->lchild' must point to class/struct/union
E:\3\3.cpp(26) : error C2227: left of '->rchild' must point to class/struct/union
E:\3\3.cpp(29) : error C2227: left of '->key' must point to class/struct/union
E:\3\3.cpp(30) : error C2227: left of '->lchild' must point to class/struct/union
E:\3\3.cpp(32) : error C2227: left of '->rchild' must point to class/struct/union
E:\3\3.cpp(39) : error C2440: '=' : cannot convert from 'struct BiTNode *' to 'struct BiTNode ** '
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\3\3.cpp(44) : error C2227: left of '->key' must point to class/struct/union
E:\3\3.cpp(44) : error C2440: 'return' : cannot convert from 'struct BiTNode ** ' to 'struct BiTNode *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\3\3.cpp(47) : error C2227: left of '->key' must point to class/struct/union
E:\3\3.cpp(48) : error C2227: left of '->lchild' must point to class/struct/union
E:\3\3.cpp(50) : error C2227: left of '->rchild' must point to class/struct/union
E:\3\3.cpp(55) : error C2440: 'return' : cannot convert from 'struct BiTNode ** ' to 'struct BiTNode *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\3\3.cpp(61) : error C2227: left of '->key' must point to class/struct/union
E:\3\3.cpp(62) : error C2227: left of '->lchild' must point to class/struct/union
E:\3\3.cpp(62) : error C2227: left of '->rchild' must point to class/struct/union
E:\3\3.cpp(65) : error C2440: '=' : cannot convert from 'struct BiTNode ** ' to 'struct BiTNode *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\3\3.cpp(67) : error C2440: '=' : cannot convert from 'struct BiTNode ** ' to 'struct BiTNode *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\3\3.cpp(72) : error C2440: '=' : cannot convert from 'struct BiTNode *' to 'struct BiTNode ** '
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\3\3.cpp(73) : error C2227: left of '->rchild' must point to class/struct/union
E:\3\3.cpp(76) : error C2227: left of '->lchild' must point to class/struct/union
E:\3\3.cpp(78) : error C2227: left of '->lchild' must point to class/struct/union
E:\3\3.cpp(81) : error C2227: left of '->rchild' must point to class/struct/union
E:\3\3.cpp(86) : error C2227: left of '->lchild' must point to class/struct/union
E:\3\3.cpp(87) : error C2227: left of '->rchild' must point to class/struct/union
E:\3\3.cpp(87) : fatal error C1903: unable to recover from previous error(s); stopping compilation
执行 cl.exe 时出错.
3.obj - 1 error(s), 0 warning(s)
这些错误什么意思?