This program takes inspiration from book cipher code encoding and decoding. It can encode english messages into a series of positive numbers representing the position of the word in the book contained in "book.txt". It can also decode a series of positive numbers separated by spaces if the words are contained in "book.txt".
Operation:
-
Either keep the provided book text or paste your own in "/bin/Debug/book.txt"
-
Enter an english message or series of positive numbers into "/bin/Debug/clear.txt"
-
Run the program
-
If you entered a message into clear.txt, press the Encode button. If you entered a series of positive numbers into clear.txt, press the Decode button.
-
Your input will display on the screen after all punctuation and extra space is removed and it is converted to all lowercase.
-
The encoding or decoding output will display and will be printed to "/bin/Debug/output.txt"
By Michael Trosper