I'm not sure where or how to use the infile. It is meant to open the file with outfile read it to the Plaintext buffer then it goes through the encryption/decryption changing to CipherText then write to the file.
I tried
But it gives me an errorCode:outFile >> PlainText;
expected '(' before "outfile"
am I suppose to use this instead of
Code:(!outFile.eof() << PlainText[100]);




Reply With Quote