Wednesday, January 18, 2012

(C++) Is it possible to convert an int into a char?

char and char* are two different types. char* is a pointer to a char. Post a small snippet of the code generating the error so we can see what you are trying to do.

No comments:

Post a Comment