In C, there is getchar();
how about in C++, what is it called?
Printable View
In C, there is getchar();
how about in C++, what is it called?
would it be..
cin.get
or
cin.getline
getch() in <conio.h>
Heyho,
what's so C++-like with getch?! I'd say nothing ;)
I'd agree with cin as you said urself, before.
aloa
cody
Whopsey... I missed the point in the question :D
couldn't getch() be better if they just wanted to wait until a user pressed enter or something