undefined reference to `initscr'

Linux程序设计(第4版), 6.2 curse术语和概念一节中有这么一个程序:web #include <unistd.h> #include <stdlib.h> #include <curses.h> int main() { initscr(); move(5, 15); //y值(行号)在前、x值(列号)在后 printw("%s", "Hello, W
相关文章
相关标签/搜索