Good resources for writing console style applications for Windows?

后端 未结 10 842
醉梦人生
醉梦人生 2021-01-02 07:58

For certain programs nothing beats the command line. Unfortunately, I have never seen good documentation or examples on how to write console applications that go beyond \"He

10条回答
  •  温柔的废话
    2021-01-02 08:49

    In Windows or DOS, I used the conio library from Borland. It's very old but fine enough for a beginner like me.

提交回复
热议问题