2014-07-03 21 views

回答

2

Google上顯示了一些不錯的文檔。

printw() class: Print formatted output similar to printf() 

6.3.1. printw() and mvprintw 

These two functions work much like printf(). mvprintw() can be used to move 
the cursor to a position and then print. If you want to move the cursor first 
and then print using printw() function, use move() first and then use printw() 
though I see no point why one should avoid using mvprintw(), you have the 
flexibility to manipulate. 

源 - NCURSES-Programming-HOWTO

+0

TBH,ncurses的文檔片**它。幾乎所有的在線教程都是如此。 – zubergu