Console interface tutorials and tips (pdcurses)

2020-06-18 05:20发布

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.

3条回答
Deceive 欺骗
2楼-- · 2020-06-18 05:34

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

查看更多
The star\"
3楼-- · 2020-06-18 05:35

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.

查看更多
我欲成王,谁敢阻挡
4楼-- · 2020-06-18 05:36

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?

查看更多
登录 后发表回答