Top "User-input" questions

User Input is data that the user inputs into the program.

How to provide your own delimiter for cin?

In c, I can use newline delimeter ([^\n]) with scanf. Using which I can store the line. Similarly for cin, …

c++ user-input codeblocks ubuntu-11.04