//Written by Morteza Kashi #include #include #include ofstream fout; ifstream fin; void main(){ string line; fin.open("c:\\Cipher.txt"); fout.open("c:\\FinalResult.txt"); fin>>line; int counter=0; while(fin){ char thischar; string thisword=""; int asci_index; for(int i=0;i7){ cout<>line; }//while int freeze; cout<>freeze; }//main() // if(thisword[0]==(j+97)||thisword[0]==(j+65)){ //list1.insert(tops[j],list1.lowercase(thisword));