Thread: help me
View Single Post
Go4Expert Founder
29Nov2006,09:02  
shabbir's Avatar
You are using the function getch which does not reflect the characters on the screen. use getche instead of getch and it should be fine.