error "lacks a cast"

what does this error mean????
passing `int *' to argument 1 of `scoreSpecificPlayer(int, basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> > *, int *, int *, int *, int)' lacks a cast
You're passing a pointer to an int instead of the int itself (maybe you need a * in front of the variable)
thank you ....you for the help ...let me look at it and if i have another question i will post it
Topic archived. No new replies allowed.