Compiler Error 42

"operand types are incompatible ("char *" and "char")" in file "..."

This error message means you are mixing pointers and values incorrectly. Check your code and see if you should be using an & somewhere, or use arrays differently.


All wikipages