C Language
Reference
- Learning C FAQ, (HTML version)
-
C Library Reference on the web
Tutorials
-
Steve Summit's class notes for the C courses he teaches.
-
Ted Jensen's tutorial on pointers and arrays in C
-
http://members.xoom.com/tomtorfs/cintro.html.
Tom Torfs has written an excellent, complete tutorial, meant to
complement a good introduction to C. It's not primarily intended for
the complete beginner to the language, though.
-
Beej's Guide to Network Programming: Using Internet Sockets
-
Beej's Guide to Unix Interprocess Communication
Newsgroups
- comp.lang.c
- comp.lang.c.moderated
Related
- gnu.gcc, the GNU C compiler
- comp.unix.programmer, general programming
- comp.programming.
Algorithms for general programming
- http://www.accu.org/
The Association of C and C++ Users