0_0_9824438_30693.cpp:1: error: expected constructor, destructor, or type conversion before '<' token
0_0_9824438_30693.cpp:1: error: expected `,' or `;' before '<' token
0_0_9824438_30693.cpp: In function `int count(char*)':
0_0_9824438_30693.cpp:9: error: expected primary-expression before "unsigned"
0_0_9824438_30693.cpp:9: error: expected `)' before "unsigned"
0_0_9824438_30693.cpp: In function `int main()':
0_0_9824438_30693.cpp:25: error: `cin' undeclared (first use this function)
0_0_9824438_30693.cpp:25: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_9824438_30693.cpp:27: error: `gets' undeclared (first use this function)
0_0_9824438_30693.cpp:31: error: `cout' undeclared (first use this function)
0_0_9824438_30693.cpp:31: error: `endl' undeclared (first use this function)
0_0_9824438_30693.cpp:34: error: expected `}' at end of input
|