0
Console cursor position changing on input.
I want to make a program in which the output will be random letters of alphabets then when we will press any key of letter from keyword the console cursor should move on that letter. C++
1 Answer
0
Hi Muhammad,
In terms of moving the cursor to a specific character in the console, I would recommend to take a look at virtual terminal escape sequences from MSDN.
https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences