Console interface tutorials and tips (pdcurses)

M_1 picture M_1 · Jan 5, 2009 · Viewed 13.2k times · Source

I'm looking for tutorials on using PDCurses library. Unfortunately there is text only documentation, which is more like function reference. Are pdcurses similar enough to ncurses to use ncurses tutorials??? Any tips for making console UI's ???

PS. PDCurses - mingw32.

Answer

Lao picture Lao · Jan 19, 2009

You can always use this tutorial for Ncurses, and change the #include from ncurses.h to curses.h in order to use pdcurses.