0_0_2187741_1771.cpp:6: error: `srting' does not name a type
0_0_2187741_1771.cpp: In function `bool cmpa(node, node)':
0_0_2187741_1771.cpp:9: error: no matching function for call to `strcmp(std::string&, std::string&)'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/string.h:43: note: candidates are: int strcmp(const char*, const char*)
0_0_2187741_1771.cpp: In function `bool cmpb(node, node)':
0_0_2187741_1771.cpp:12: error: 'struct node' has no member named 'b'
0_0_2187741_1771.cpp:12: error: 'struct node' has no member named 'b'
0_0_2187741_1771.cpp: In function `void search(std::string, int, int, int)':
0_0_2187741_1771.cpp:22: error: no matching function for call to `strcmp(std::string&, std::string&)'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/string.h:43: note: candidates are: int strcmp(const char*, const char*)
0_0_2187741_1771.cpp:26: error: expected primary-expression before '}' token
0_0_2187741_1771.cpp:26: error: expected `;' before '}' token
0_0_2187741_1771.cpp:33: error: expected primary-expression before "int"
0_0_2187741_1771.cpp:33: error: expected `;' before "int"
0_0_2187741_1771.cpp:55: error: expected `}' at end of input
|