Anyone got links to some <beginner> source code examples using curses lib? (The reason I'm posting to this forum is my FreeBSD machine is the only one that has the curses lib & header pre-installed.)
Printable View
Anyone got links to some <beginner> source code examples using curses lib? (The reason I'm posting to this forum is my FreeBSD machine is the only one that has the curses lib & header pre-installed.)
just google for a curses tutorial... there's a really good one floating around.. i just forgot where :oops:
There is the ncurses howto on tldp. I don't know if it will work with FreeBSD but it might: http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/.
Bryan
Thanks dude, this tutorial is great!