invalid conversion from ‘char*’ to ‘char’
Posted
by paultop6
on Stack Overflow
See other posts from Stack Overflow
or by paultop6
Published on 2010-04-07T16:31:11Z
Indexed on
2010/04/07
16:33 UTC
Read the original article
Hit count: 129
Hi Guys,
I have a,
int main (int argc, char *argv[])
and one of the arguements im passing in is a char. It gives the error message in the title when i go to compile
How would i go about fixing this?
Regards
Paul
© Stack Overflow or respective owner