I get the error of not declaring "text" "exit" but I how do I declared those variables,
even if they cause problem to file...
how can I output the decipher file in a new text...?
line 60 cipher is of type char[]. c-style arrays cant have a variable size. i recommend looking into vectors and other containers in the stl. look at line 71. what is text? you need to define that somewhere. same with 76