ncurses是一种古老的在unix字符界面下画图的库
如果要将试用ncurses库的程序移植到windows/solaris等平台,可以用pdcurses
http://pdcurses.sourceforge.net/
PDCurses is a public domain curses library for DOS, OS/2, Win32, X11 and SDL, implementing most of the functions available in X/Open and System V R4 curses. It supports many compilers for these platforms. The X11 port lets you recompile existing text-mode curses programs to produce native X11 applications.
ncurses是一款用于Unix系统字符界面绘图的库。对于希望将使用ncurses开发的应用程序移植到Windows或Solaris等其他平台的开发者来说,PDCurses提供了一个很好的解决方案。PDCurses支持多种平台,包括DOS、OS/2、Win32、X11和SDL,并实现了X/Open及System V Release 4中的大部分ncurses功能。
1755

被折叠的 条评论
为什么被折叠?



