Re: newbie needs with user input into strings
On Wed, 17 Oct 2007 22:41:31 -0000 in comp.lang.c++, rob
<rob1101@gmail.com> wrote,
>having problem with is taking user input, putting it into a string
Look to the std::getline() function before anything else for that.
|