Console interface tutorials and tips (pdcurses)

13,673

Solution 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.

Solution 2

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

Share:
13,673
M_1
Author by

M_1

:)

Updated on June 11, 2022

Comments

  • M_1
    M_1 about 2 years

    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.

  • anatoly techtonik
    anatoly techtonik about 14 years
    The link to blog entry should be corrected to cymonsgames.com/learning-curses-by-example
  • hectr
    hectr over 8 years
    -1 It just does not answer the question. As for 2015, you can find some information on compatibility of both libraries in [PDCurses User's Guide] (wmcbrine.com/pdcurses/doc/PDCurses.txt) and NCURSES FAQ.