Page 1 of 1

ncurses: need to know more!

Posted: Fri Nov 02, 2007 6:43 pm
by piranha
Does anyone know of any REALLY good ncurses programming tutorials and examples?

-JL

Posted: Fri Nov 02, 2007 6:53 pm
by Brynet-Inc
Did you even try searching? There are hundreds of tutorials.. and you could even try reading manual pages.

Practically every Unix-like OS has a man page about curses... ;)

http://www.google.ca/search?hl=en&q=ncurses+tutorial

EDIT: Searching even more, I found CDK, Which provides higher level API wrappers for curses.

Posted: Fri Nov 02, 2007 7:38 pm
by piranha
Yeah, I searched. I specifically wanted a file manager, but then I realized, 'hey I could search "ncurses file manager"' and I found what I wanted.

But thanks, I didn't see CDK.

-JL