Want to change a char in a vector of chars@patriic48 - Your if statement inside your last for loop is wrong. What you are doing there is chec...
Error C2365Lets say the movie title is Harry Potter. When you first cin, it will assign only Harry because it ...
Error C2365Hope this helps. I modified your code a little bit. Instead of cin, I am using getline(). That way...
I need help...bad...[code] else if(cin.get() == '\n') { ans = 'F' } else { //display error message } [/code]
Name programDid you manage to figure it out?