149655_0_25978.cpp:10: error: `string' has not been declared
149655_0_25978.cpp:11: error: ISO C++ forbids declaration of `str' with no type
149655_0_25978.cpp: In function `void input(hp&, int)':
149655_0_25978.cpp:13: error: invalid types `int[int]' for array subscript
149655_0_25978.cpp:13: error: `size' has not been declared
149655_0_25978.cpp:13: error: request for member of non-aggregate type before '(' token
149655_0_25978.cpp:14: error: `erase' has not been declared
149655_0_25978.cpp:14: error: request for member of non-aggregate type before '(' token
149655_0_25978.cpp:15: error: expected primary-expression before "int"
149655_0_25978.cpp:15: error: expected `)' before "int"
149655_0_25978.cpp:17: error: invalid types `int[int]' for array subscript
149655_0_25978.cpp: In function `int main()':
149655_0_25978.cpp:49: error: `string' undeclared (first use this function)
149655_0_25978.cpp:49: error: (Each undeclared identifier is reported only once for each function it appears in.)
149655_0_25978.cpp:49: error: expected `;' before "str1"
149655_0_25978.cpp:54: error: `str1' undeclared (first use this function)
149655_0_25978.cpp:54: error: `str2' undeclared (first use this function)
|