what does this mean?

 
  error: invalid operands of types 'const char [24]' and 'float' to binary 'operator%'
ANYTHING!!!!!
No one is going to help you if you don't post your code.
Funny thing is that I already got helped, thanks for nothing.
Firstly, if you're just going to have an attitude with everyone then you're never going to find help any time soon.

Secondly the binary operator % only works for integral types, (char, short, int, long, (int)pointer)
Also it looks like you're trying to apply the modulus to the actual array instead of just an element in the array. Try using the [] operator or deference your value for the first element.
Topic archived. No new replies allowed.