NCurses-Like System for Windows

cam picture cam · Apr 26, 2010 · Viewed 10.9k times · Source

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.

Answer

user283145 picture user283145 · Apr 26, 2010

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/