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.
You can always use this tutorial for Ncurses, and change the #include from ncurses.h to curses.h in order to use pdcurses.