You can convert an integer to ASCII code by casting as show below:
char c = 'A'; int i = (int) c; // i will have the value 65 decimal
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.