Encryption Notepad, need some help!
Yo!
I'm kinda new to C++ and is trying to learn.
So I'm developing this Notepad that is supposed to encrypt your text,
and save it to a file called Data.not.
My question is how to make it encrypt using ofstream.
And then how to make it pick it up again using ifstream.
But that isn't it, I can't figure out how to do so that my program looks after special points within the text. (After it has decrypted the text)
Anyone that can help me out with this?
Thx!
|