I only want a specific key that can stop the program. If I use kbhit(), it will allow any key hit to do that something rite?? How do I write so that it only allow a specific key, like ESC, to stop the program.