-
-
-
-
-
[
Visual C++ (VC++)]
window.rar
window window with API programming examples and a detailed explanation of primary-source programming games
-
-
-
-
[
Others]
window.rar
... (win2, 5, 25, 4, 5)
box(subwin, ACS_VLINE, ACS_HLINE)
mvwprintw(subwin, 2,1, "Sub Window of Window2")
//刷新å±å¹•
refresh()
wrefresh(win1)
wrefresh(win2)
touchwin(win1)
wrefresh(win1)
getch()
touchwin(win2) ...
-
-