Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top