
-----------------------------------
eNc
Tue Jun 15, 2004 9:38 pm

Stupid Nub Question
-----------------------------------
Umm is it possible to write a statement in C++ similar to
a get statement in Turing where you can actually get a sentence or a word from the user ? eg..


var a : string := ""
put "Enter your name"
get a


like cause i can't get more than 1 char from the "user"

--Thanks

-----------------------------------
Catalyst
Tue Jun 15, 2004 9:41 pm


-----------------------------------
  string stuff;
  cout