GNU C Programming Notes

From Free Knowledge Base- The DUCK Project: information for everyone
Revision as of 19:30, 20 June 2007 by Admin (Talk | contribs)

Jump to: navigation, 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()

References

  • Introduction to ANSI C (on linux)
http://www.linuxuniversity.org/dev_track/c_class/