In the C++ console, I wish to input a string with a ' ' character in it. Unfortunately in Dev-C++ it seems that ' ' is the Termin Char! (Well, maybe \0 is the termin char as in most C++, but whatever it is, there is a problem with inputting a ' ' character).