would I just use cin.getline if I was taking in over a paragraph of input?
This is a discussion on accepting large amounts of data within the C++ Programming forums, part of the General Programming Boards category; would I just use cin.getline if I was taking in over a paragraph of input?...
would I just use cin.getline if I was taking in over a paragraph of input?
+++
++
+ Sekti
++
+++
No, try and use cin.read() for that.