Replacement for in Linux

后端 未结 2 749
执念已碎
执念已碎 2020-12-18 06:57

I need to transfer a windows C++ project to linux, however I am currently using MS which is not linux or standards compatible. What header do

相关标签:
2条回答
  • 2020-12-18 07:12

    You're going to want ncurses.

    http://en.wikipedia.org/wiki/Ncurses

    0 讨论(0)
  • 2020-12-18 07:20

    There is an replacement version of Conio.h for linux based on NCurses.

    http://sourceforge.net/projects/linux-conioh/

    0 讨论(0)
提交回复
热议问题