Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何创建具有这样滚动选择的菜单:
我用谷歌搜索,但找不到任何东西。
我的想法是创建一个带有向上和向下键的选择菜单来选择选项,但我不知道该怎么做,或者是否可以在 C 中做。
我建议你使用ncurses ( screenshot )。
有关教程,请查看此HOW-TO。
由于您似乎在 Windows 上,因此您的选择是:
ncurses