0_0_2188267_11341.cpp:6: error: `srting' does not name a type
0_0_2188267_11341.cpp: In function `bool cmpa(node, node)':
0_0_2188267_11341.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_2188267_11341.cpp: In function `bool cmpb(node, node)':
0_0_2188267_11341.cpp:12: error: 'struct node' has no member named 'b'
0_0_2188267_11341.cpp:12: error: 'struct node' has no member named 'b'
0_0_2188267_11341.cpp: In function `void search(std::string, int, int, int)':
0_0_2188267_11341.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_2188267_11341.cpp:23: error: 'struct node' has no member named 'b'
0_0_2188267_11341.cpp:26: 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_2188267_11341.cpp:31: error: 'struct node' has no member named 'b'
0_0_2188267_11341.cpp:35: error: 'struct node' has no member named 'b'
0_0_2188267_11341.cpp: In function `int main()':
0_0_2188267_11341.cpp:43: error: `s' undeclared (first use this function)
0_0_2188267_11341.cpp:43: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_2188267_11341.cpp:43: error: expected primary-expression before ')' token
0_0_2188267_11341.cpp:43: error: expected `;' before ')' token
0_0_2188267_11341.cpp:50: error: `soda' undeclared (first use this function)
0_0_2188267_11341.cpp:51: error: `sodb' undeclared (first use this function)
0_0_2188267_11341.cpp:55: error: expected `;' before "if"
0_0_2188267_11341.cpp:57: error: expected primary-expression before "else"
0_0_2188267_11341.cpp:57: error: expected `;' before "else"
|