Tag:C language reading direction key
-
C language uses getch () to read direction keys
Original intention: When solving the n queen problem, you need to use the direction keys to switch the layout, so you find information on the Internet, feel that you have gained a lot, and record some knowledge points you have summarized. Summary: 1. Getch() needs to read characters once. 2. Getch() needs to read the […]