How to control a cursor position in c++ console application?
问题 I'm supposed to create a console application for school project and it's about Sudoku Game, so the thing is i don't find any struggle with the algorithm, but i was wondering if i could draw the full Sodoku table with c++ and make empty squares as "data" input place so the user can move the cursor using the arrow keys to the specific number's place to fill it with the appropriate number. is there a method to do it this way ? 回答1: It depends on your OS/Compiler. For example, in VC++ you can use