如果我用得到一些价值getline( cin, myStr );
一个换行符是用户输入的信息后打印 - 在逻辑上他按下输入:
Please enter something: ABC <enter => \n>
This text is printed out by the program and should be in the same line as before
- 如何保持用户输入离开之后的换行符?
我使用的是2010 MSVC和使用建立一个简单的控制台应用程序iostream
和string
作为主库。