So basically i'm supposed to change the values of the alphabet letters and single digit number to a=0,b=1,...,z=25,0=26,1=27,...,9=35.
Can you anyone suggest how to do this? I really don't understand pointers (if it can be done with them) and i just can't get any idea to make it work meaningfully.
I would have to print out these values, so if there is a way to have a value of '0' print "a" I would love you.