Home › Forums › General Discussion › Problem here › Reply To: Problem here
January 14, 2006 at 12:17 pm
#3165
msaqib
Participant
Hello, wel if u can post the code in which u r facing difficulties.
As far as I understand below is the solution for ur problem.
1 2 3 4 5 6 7 | while((key=getch())!=ESC)<br /> {<br /> switch(getch()){<br /> //case 1 to 10 do nothing<br /> //case write the characters on the screen<br /> }<br /> } |
To me this is the shortest solution to the problem above.