Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
Hello,
I am trying to write a simple coding algo that will add 10 to every character in a file. When i do z+10, it just output 10. How can i get the ascii value of z so that it can be added to 10.