#include <ncurses.h> · int main() · { · initscr (); // initialize mode enters NCURSES · printw ( "Hello World!"); // prints Hello Wowrld on the virtual screen!
確定! 回上一頁