Something to doI just finished up programming fundamentals 1, I am not taking another programming class but want to...
Am I on the right track?So I got the encryption code down, now I want to write a decryption code. This encrypts only the fir...
Am I on the right track?I could also imagine that the std namespace is pretty expansive so would you recommend using it whil...
Am I on the right track?What is the benefit, if any to using or not using [code]namespace std;[/code]?
Am I on the right track?The program is meant to read a .txt file a line at a time using getline. Encrypt each character add...