We can test ncurses with a simple hello world code: #include <ncurses.h> int main(). { initscr(); /* Start curses mode */. printw("Hello World !!!
確定! 回上一頁