Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Console interface tutorials and tips (pdcurses)

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.

like image 620
M_1 Avatar asked Jan 05 '09 22:01

M_1


2 Answers

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

like image 107
Lao Avatar answered Nov 22 '22 20:11

Lao


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.

like image 33
cg. Avatar answered Nov 22 '22 20:11

cg.