Encrypted arithmetical operations c++

Hi, I need help with a c++ code.

Program is supposed to read a 1st .txt file, encrypt the text, make the arithmetical operation (add, substract, etc) and put the answers on 2nd file.

example:

0 1 2 3 4 5 6 7 8 9 + - * /
A y ! 8 T & Q E P F C c ) @

text on 1st file:
8A!T ) &

which equals to:
(3024) * (5)

output on 2nd file:
(3024) * (5) = 15120

Im new here and I hope you guys can help me. thanks
Last edited on
Anyone? :( sorry for double post didnt know in which forum to make the thread
Topic archived. No new replies allowed.