Console interface tutorials and tips (pdcurses)

2020-06-18 05:41发布

问题:

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.

回答1:

This blog entry isn't anything I'd call a tutorial but it looks like it might be an interesting starting point. It is featuring a (very, very basic) video tutorial on YouTube as well.



回答2:

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



回答3:

I do not know PDcurses itself but with such a name I'd expect it to be curses-compatible. Have you checked APIs between the two?