GNU C Programming Notes

From Free Knowledge Base- The DUCK Project
Revision as of 17:26, 20 June 2007 by Admin (talk | contribs) (New page: Text Notes Document for Gnu C Programming == getchar() and loop control == C program that needs to attend the user input without blocking a loop depends on which environment you're codi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Text Notes Document for Gnu C Programming


getchar() and loop control

C program that needs to attend the user input without blocking a loop depends on which environment you're coding: raw-C for the glass-tty, curses/termcap, X, KDE, Gnome, etc.

the ncurses function halfdelay()