Hi,

I use DevC++ 4. When i don't include conio.c when compiling a program, getch() gets the character at the instant i press a particular key. But if i include conio.c, then getch() only works if i press enter after pressing a particular key. Why's that? How can i fix this.

THanks

-dAniEL.