Re: Newbie C programming question - OT
>
> Two questions:
> 1. Is there a C programming tutor list that's recommended?
I have not seen any good C(++) mailing lists, there were news groups but i do
not know if they still exist (comp.lang.*).
> 2. Does anyone know of a ncurses C program that really uses forms
> and is well commented?
>
ncurses programs are almost always icky. Consider: mutt, any of the console
web browsers, dselect.
There is an O'Reilly book on curses. You could start there.
Because ncurses apps really do not have an event loop, I do not expect them to
be event driven like GUI apps usually are. OnExit(and enter) work because
there is a loop somewhere getting events and sending them to the right place.
--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Reply to: