Difference between revisions of "Programming in c"

From LibrePlanet
Jump to: navigation, search
(there must be some actually good books somewhere...)
 
(External links)
Line 4: Line 4:
 
* [http://en.wikibooks.org/wiki/C_Programming Wikibooks: C Programming]
 
* [http://en.wikibooks.org/wiki/C_Programming Wikibooks: C Programming]
 
* [http://www.nongnu.org/c-prog-book/ Learning GNU C] (unfinished)
 
* [http://www.nongnu.org/c-prog-book/ Learning GNU C] (unfinished)
 +
* [http://www-h.eng.cam.ac.uk/help/tpl/languages/C/teaching_C/ ANSI C for Programmers on UNIX Systems]
  
 
[[Category:Programming help]]
 
[[Category:Programming help]]

Revision as of 05:35, 29 August 2009

This page lists resources for learning to program in c. It should be particularly useful for the GNU Generation project, but it's also intended to be of general usefulness.

External links