类似于Windows的NCurses系统

类似于Windows的NCurses系统

问题描述:

有没有类似于Ncurses的C ++库,但是对于Windows?看来没有Ncurses的港口,我需要一个非常好的显示系统喜欢它。

Are there any C++ libraries similar to Ncurses, but for Windows? It seems there are no ports of Ncurses and I need a really good display system like it.

有任何建议吗?跨平台是一个加号。

Any suggestions? Cross-platform is a plus.

有非常类似的库PDCurses。它使用与ncurses相同的调用,但在Win32上工作。您需要移植程序的唯一方法是重新编译。

There is very similar library PDCurses. It uses the same calls as ncurses, but works on Win32. The only thing you'd need to port a program would be to recompile.

http: //pdcurses.sourceforge.net/