In my program I wanted to try SetCursorPos, but it does not seem to be working.
Is there something that I would have to add to this in order for it to work? I don't get any errors when I build it.
It works fine. SetCursorPos sets the mouse cursor. If you are intending to set the console cursor (ie: where you print text), you probably want SetConsoleCursorPosition.