//Written by Morteza Kashi #include #include #include ofstream fout; ifstream fin; void main(){ int key[7]={15,8,2,10,11,4,18}; string word; fin.open("c:\\Cipher.txt"); fout.open("c:\\Plaintext.txt"); fin>>word; char thischar; string thisword; int j=0; int counter=0; while(fin){ thisword=""; for(int i=0;i9){ cout<>word; }//while int freeze; cout<>freeze; }//main() // if(thisword[0]==(j+97)||thisword[0]==(j+65)){ //list1.insert(tops[j],list1.lowercase(thisword));