vote up 3 vote down star
1

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.

flag

3 Answers

vote up 1 vote down

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

link|flag
vote up 0 vote down

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?

link|flag
vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.