Is it possible to use getline(cin, str) without having to press enter twice on input?I Solved it actually. Its because of the bug in Microsoft Visual C++ 6.0 compiler. But you can fix i...
Is it possible to use getline(cin, str) without having to press enter twice on input?This is a sample of my code so that I can explain my question further: [code] #include <iostream> #...
Is it possible to use getline(cin, str) without having to press enter twice on input?Thanks. I compiled this. The user still has to press the enter key twice before the output appears. ...
Is it possible to use getline(cin, str) without having to press enter twice on input?So I use this code to accept user input that is more than one word: string str; getline(cin, str); ...
This user does not accept Private Messages