Original Post
Hi, iv got a problem i want usa a c++ String for input. but i cant use cin as it stops at the first blank i wanted to use cin.get() or cin.getline() both isnt working. DEV C++ tells me i cant use a string... but if i rememer right it should. Am i wrong? can anyone help me on this?