User: MFserver

  • Public profile

User profile: MFserver

User info
User name:MFserver
History
Joined:
Number of posts:5
Latest posts:

getline getting a line without user input
Thanks for the replies, this was really helpful!

getline getting a line without user input
I replaced that cin >> with getline() and now the program is working as expected :D. But I don't ...

getline getting a line without user input
Yes, I use cin >> one time before that.

getline getting a line without user input
Hello everyone! I have written a loop for text input like this: [code]for (int i = 0; i < n; i...

Different output for same expression
Your third row (x=++a+a;), means "a plus one plus a", which in this case is 5 + 1 + 6. Your fourt...

This user does not accept Private Messages