cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
error "lacks a cast"
error "lacks a cast"
Oct 23, 2011 at 7:42pm UTC
seini
(2)
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
Oct 23, 2011 at 7:52pm UTC
coder777
(8444)
You're passing a pointer to an int instead of the int itself (maybe you need a * in front of the variable)
Oct 23, 2011 at 8:43pm UTC
seini
(2)
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.