Sunday, 8 September 2013

Taking string input

Taking string input

How to take string input in C++?
I generally use puts. But is doesn't work for 2-D arrays. On the other
hand cin ignores the text after a blank. I want the input to be the exact
unformatted text.

No comments:

Post a Comment