![]() |
cin problem with strings
Hey guys, when I type my code to getline(cin,name); it skips this line of the code
Code:
string name; |
Re: cin problem with strings
Works fine for me in Visual Studio 2008; made a small change to confirm name contains the expected value:
Code:
string name;Please Key in your full name: Fred Hello Fred |
Re: cin problem with strings
Thanks for the help :D. But I have the code cout << name << endl; below that line. Not sure why it did not work. But I fixed it by asking the user to type in his first and last name seperately ;)
|
| All times are GMT +5.5. The time now is 02:20. |