Is it possible to convert an int to a char?
I have a source code where that is done but it makes no sense to me. I can see how 2 or 9 could be converted to a char, but not how 345 can be.
I try to do the same in my code, it compiles, but I get a windows error when I run the program.Code:unsigned char *buffer[100]; int value = 4333; *buffer[0] = value;
So, what happens here really?
thanks![]()



LinkBack URL
About LinkBacks




