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.
我是一名学生,我正在学习一门课程,我的项目是使用 unix 套接字、线程或 epoll 等编写服务器。
然而,当客户端从用户那里获取他的输入时,我想更进一步,给它一些关于他过去给出的命令的记忆;就像 shell 或 gdb 一样。
我不知道该怎么做,你们能帮帮我吗?我将 ncurses 放在标题中是因为我怀疑我应该使用它,但我不知道如何使用,我以前从未使用过 ncurses。
GNU readline 库提供了这个功能。