77964_0_21887.cpp
77964_0_21887.cpp(14) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > [1000]' (or there is no acceptable conversion)
77964_0_21887.cpp(17) : error C2679: binary '==' : no operator defined which takes a right-hand operand of type 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >' (or there is no acceptable conversion)
77964_0_21887.cpp(22) : error C2440: '=' : cannot convert from 'const int' to 'int [1000]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
|