vote up 2 vote down star

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

flag

3 Answers

vote up 3 vote down check

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.

Regards,

Victor

link|flag
vote up 1 vote down

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

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

link|flag
vote up 2 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.