Good day.
I am attempting to write a C++ Program than must open a text file
with random caharacters and then convert these characters into readble text. It must also be able to do the reverse
Example like:
If the text file has "%&^#)@!#@"
It should convert that into
"Hello how are you"
I thought of using a kind of find and replace command.
just not sure what i can use. It can just be a plain simple console app.