when i run the program and input the following:
function main() ..
az
i get :
a
32767
i understand the 'a' but why the integer value of 32767?
I just want to test and see what happen if instead of a numeric value assigned to int1 i used a 'z'.
._. well Normally it should spit out the ASCII code of the key pressed (assuming you're using an ascii based system), but that does NOT look like the ascii code for z...