How can I set the cursor position in a Win32 Console application? Preferably, I would like to avoid making a handle and using the Windows Console Functions. (I spent all m
You were probably using ANSI excape code sequences, which do not work with Windows 32-bit console applications.