Part 1
I need to write a program called Encrypt.cpp, which opens a text file. The name of this file is provided by the user. The program reads every character from this input file, adds 2 to the ASCII value of it, and prints the resulting character into a new file called output.dat.
Part 2
I then need to write a program called Decrypt.cpp, which opens a file containing encrypted data created using the scheme used in question 2. The decrypt program deciphers the text and displays it on the screen.
Thanks



LinkBack URL
About LinkBacks



Are your referring to me or to that newbie C++ programmer?

Well... I can't think of any other File I/O technique. Is there such a thing as an "entirely-different-from-C-that-is-unique-to-C++" File I/O routine?
Hey pretty neat!