Where can I find a complete reference of the ncurses C API?
我在哪里可以找到ncurses C API的完整参考?
4 个解决方案
#1
15
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 . . .
我不久前发现了这个问题,但到目前为止,答案都没有回答原来的问题。完整的免费API参考可通过以下方式获得。 。 。
NCURSES MAN PAGES
#2
4
The documentation that comes with the library actually isn't that bad.
库中附带的文档实际上并没有那么糟糕。
http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/
http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/
#3
4
You can buy this book. I have it and recommend: John Strang, Programming with curses, O'Reilly, ISBN 0-937175-02-1
你可以买这本书。我有它并且推荐:John Strang,诅咒编程,O'Reilly,ISBN 0-937175-02-1
The best online source information: http://invisible-island.net/ncurses/ncurses-intro.html
最佳在线资源信息: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.
我学习了很多关于读取minicom源代码和iptraf linux网络监视器的ncurses。
#4
2
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.
我发现这本书“程序员指南nCurses”(Dan Gookin,由Wiley出版)非常宝贵,因为它包括教程和令人印象深刻的API参考。
There's also the O'Reilly Nutshell guide "Programming with Curses" which isn't too bad.
还有O'Reilly Nutshell指南“Programming with Curses”,这并不算太糟糕。
#1
15
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 . . .
我不久前发现了这个问题,但到目前为止,答案都没有回答原来的问题。完整的免费API参考可通过以下方式获得。 。 。
NCURSES MAN PAGES
#2
4
The documentation that comes with the library actually isn't that bad.
库中附带的文档实际上并没有那么糟糕。
http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/
http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/
#3
4
You can buy this book. I have it and recommend: John Strang, Programming with curses, O'Reilly, ISBN 0-937175-02-1
你可以买这本书。我有它并且推荐:John Strang,诅咒编程,O'Reilly,ISBN 0-937175-02-1
The best online source information: http://invisible-island.net/ncurses/ncurses-intro.html
最佳在线资源信息: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.
我学习了很多关于读取minicom源代码和iptraf linux网络监视器的ncurses。
#4
2
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.
我发现这本书“程序员指南nCurses”(Dan Gookin,由Wiley出版)非常宝贵,因为它包括教程和令人印象深刻的API参考。
There's also the O'Reilly Nutshell guide "Programming with Curses" which isn't too bad.
还有O'Reilly Nutshell指南“Programming with Curses”,这并不算太糟糕。