how can i input text in c++ console without breaking the input in one line at a time? If i use cin i can input one string each time plus i cannot edit the input (except if i edit the string but this wont help) Is there any way to input strings (with multiple lines) but not to break the string in one line at a time?
I am running ubuntu 12.04