|
Big Geek
Join Date: Feb 2006
Age: 16 Male
Posts: 753
Times Helpful: 33
My Mood: Bored
Status: Offline
|
Ok I've re-written some of the code, and the numbers are now 3 digits long (to allow for more characters to be used), and are contained within a text file called numbers.txt. The text file must be in the same directory as the executable.
Also, I've added something I created a while ago, called WormaldEncryption. You'll see what it does, it's nothing special.
The numbers relate to these characters, it is no longer a = 10, b = 11 etc..
Code:
"a", "A", "b", "B", "c", "C", "d", "D", "e", "E", "f", "F", "g", "G", "h", "H", "i", "I", "j", "J", "k", "K", "l", "L", "m", "M", "n", "N", "o", "O", "p", "P", "q", "Q", "r", "R", "s", "S", "t", "T", "u", "U", "v", "V", "w", "W", "x", "X", "y", "Y", "z", "Z", "¬", "`", "¦", "!", "\"", "£", "$", "%", "^", "&", "*", "(", ")", "-", "_", "+", "=", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "{", "}", "[", "]", ";", ":", "@", "~", "#", ",", "<", ".", ">", "/", "?", " " };
Inside each quotation marks is the character. So 100 = a, 101 = A, 102 = b etc...
Hope this helps.
Thomas
__________________
Nikon D40 + Sigma 18-200 f/3.5-6.3 + Nikon Speedlight SB-600
Nokia N95 & 8gb card
|