
-----------------------------------
someone
Sat Jun 03, 2006 3:51 pm

getch: argument is wrong type
-----------------------------------
hey guys... i don't really get this .... when i used the getch command.. this is what happens... can anyone help me? :cry:

-----------------------------------
wtd
Sat Jun 03, 2006 5:17 pm


-----------------------------------
What happens?

-----------------------------------
Null
Sat Jun 03, 2006 5:20 pm


-----------------------------------

This is the tutorials section. The correct forum is right above this one. Use your eyes.

I don't think getch is standard. Try using std::cin.get()

eg:


#include 

int main() {
	char ch;
	std::cout 