compare char with hexadecimalMy compiler dont throw this warning... But I understand now. Thanks
compare char with hexadecimal [output] char c; c = 0xf0; if (c == 0xf0) { do something } [/output] The program not...
This user does not accept Private Messages