i am trying to write a program that takes information from a file and reads it and then does some kind of encryption, simple as adding one to it
I have it reading the file,
but how would i go about readings the characters as int's
and then adding a number to them?
example:
"Hi blah blah" = 234234 345634634 345345345 345345345
I want this to be stored in their number form + some number.