User profile: art1986

User info
User name:art1986
History
Joined:
Number of posts:7
Latest posts:

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 C2365
Lets say the movie title is Harry Potter. When you first cin, it will assign only Harry because it ...

Error C2365
Hope 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 program
Did you manage to figure it out?