Where can I find a complete reference of the ncurses C API? [closed]

筅森魡賤 提交于 2019-12-03 01:09:54

I found this question a while back, but none of the answers so far answer the original question. The complete freely available API reference is available through the . . .

NCURSES MAN PAGES

The documentation that comes with the library actually isn't that bad.

http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/

You can buy this book. I have it and recommend: John Strang, Programming with curses, O'Reilly, ISBN 0-937175-02-1

The best online source information: http://invisible-island.net/ncurses/ncurses-intro.html

I learned a lot about ncurses reading the minicom source code and the iptraf linux network monitor.

I've found the book "Programmer's Guide to nCurses" (Dan Gookin, published by Wiley) invaluable as it includes both tutorial and an impressive reference to the API.

There's also the O'Reilly Nutshell guide "Programming with Curses" which isn't too bad.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!