0_0_4154309_26987.cpp:3: error: `string' does not name a type
0_0_4154309_26987.cpp:7: error: `string' does not name a type
0_0_4154309_26987.cpp:13: error: expected `,' or `...' before "str"
0_0_4154309_26987.cpp:14: error: ISO C++ forbids declaration of `string' with no type
0_0_4154309_26987.cpp: In function `int check(int)':
0_0_4154309_26987.cpp:16: error: expected primary-expression before "int"
0_0_4154309_26987.cpp:16: error: expected `;' before "int"
0_0_4154309_26987.cpp:16: error: `i' undeclared (first use this function)
0_0_4154309_26987.cpp:16: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4154309_26987.cpp:18: error: `str' undeclared (first use this function)
0_0_4154309_26987.cpp: At global scope:
0_0_4154309_26987.cpp:23: error: variable or field `search' declared void
0_0_4154309_26987.cpp:23: error: `string' was not declared in this scope
0_0_4154309_26987.cpp:24: error: expected `,' or `;' before '{' token
0_0_4154309_26987.cpp: In function `int main()':
0_0_4154309_26987.cpp:64: error: `cin' undeclared (first use this function)
0_0_4154309_26987.cpp:67: error: `cout' undeclared (first use this function)
0_0_4154309_26987.cpp:67: error: `endl' undeclared (first use this function)
0_0_4154309_26987.cpp:70: error: 'struct node' has no member named 'word'
0_0_4154309_26987.cpp:71: error: `string' undeclared (first use this function)
0_0_4154309_26987.cpp:71: error: expected `;' before "input"
0_0_4154309_26987.cpp:76: error: `input' undeclared (first use this function)
0_0_4154309_26987.cpp:78: error: 'struct node' has no member named 'word'
0_0_4154309_26987.cpp:80: error: `search' cannot be used as a function
0_0_4154309_26987.cpp:84: error: expected `}' at end of input
|