Setting the Cursor Position in a Win32 Console Application

前端 未结 5 1413
走了就别回头了
走了就别回头了 2020-11-30 08:42

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

5条回答
  •  攒了一身酷
    2020-11-30 09:31

    You were probably using ANSI excape code sequences, which do not work with Windows 32-bit console applications.

提交回复
热议问题