A good, free resource to learn the fundamentals of C (not C++) development? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T15:14:19Z http://stackoverflow.com/feeds/question/63617 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/63617/a-good-free-resource-to-learn-the-fundamentals-of-c-not-c-development 2 A good, free resource to learn the fundamentals of C (not C++) development? Nano Taboada 2008-09-15T14:54:17Z 2008-09-16T13:19:50Z <p>Any recommendation for a good, free resource to learn the fundamentals of C (not C++) development covering basic topics such as Algorithms, Control Structures, Functions, Arrays, Pointers, Structures, et cétera?</p> http://stackoverflow.com/questions/63617/a-good-free-resource-to-learn-the-fundamentals-of-c-not-c-development/63662#63662 5 Answer by Daniel Papasian for A good, free resource to learn the fundamentals of C (not C++) development? Daniel Papasian 2008-09-15T14:58:27Z 2008-09-15T14:58:27Z <p>I'm a firm believer in the K&amp;R C book, 2nd edition: <a href="http://netlib.bell-labs.com/cm/cs/cbook/" rel="nofollow">http://netlib.bell-labs.com/cm/cs/cbook/</a> - it covers all of the subjects you've mentioned here, and more.</p> <p>This book is popular enough where it should be easy to find at your local library, if by free you meant "free as in beer."</p> http://stackoverflow.com/questions/63617/a-good-free-resource-to-learn-the-fundamentals-of-c-not-c-development/63666#63666 0 Answer by mapleoin for A good, free resource to learn the fundamentals of C (not C++) development? mapleoin 2008-09-15T14:58:52Z 2008-09-15T14:58:52Z <p>I know this is not <em>exactly</em> what you asked for, but: Go to your local library and find a copy of <a href="http://en.wikipedia.org/wiki/The_C_Programming_Language_(book)" rel="nofollow">K&amp;R</a>. That's all you need to <em>begin</em> learning C. And libraries are free :). If your local library doesn't have it, move to a bigger city!</p> http://stackoverflow.com/questions/63617/a-good-free-resource-to-learn-the-fundamentals-of-c-not-c-development/63673#63673 0 Answer by TK for A good, free resource to learn the fundamentals of C (not C++) development? TK 2008-09-15T14:59:38Z 2008-09-15T14:59:38Z <p>Whilst not really free, can I point you to the 'defacto c reference' the Kernighan and Ritchie book: The C Programming Language</p> <p>The best programming book Ive ever read (and small too).</p> http://stackoverflow.com/questions/63617/a-good-free-resource-to-learn-the-fundamentals-of-c-not-c-development/63675#63675 2 Answer by Dan for A good, free resource to learn the fundamentals of C (not C++) development? Dan 2008-09-15T14:59:53Z 2008-09-15T14:59:53Z <p>There is an online version of <em>The C book</em> available. <a href="http://publications.gbdirect.co.uk/c_book/" rel="nofollow">http://publications.gbdirect.co.uk/c_book/</a></p> http://stackoverflow.com/questions/63617/a-good-free-resource-to-learn-the-fundamentals-of-c-not-c-development/63698#63698 2 Answer by Thomas Kammeyer for A good, free resource to learn the fundamentals of C (not C++) development? Thomas Kammeyer 2008-09-15T15:02:43Z 2008-09-15T16:06:04Z <p>I recommend, despite (or maybe <em>because of</em>) the long history lesson, starting with the wikipedia page and then considering a link to one of the free sources at the bottom.</p> <p>Wikipedia: <a href="http://en.wikipedia.org/wiki/C_programming" rel="nofollow">http://en.wikipedia.org/wiki/C_programming</a></p> <p>A link to the now-free "C Book" at the bottom of the wikipedia page: <a href="http://publications.gbdirect.co.uk/c_book/" rel="nofollow">http://publications.gbdirect.co.uk/c_book/</a></p> <p>Wikipedia's getting rich enough that I often go to it first to see if it covers a topic, since it's outlinks are often of better quality... failing that I go to a search engine.</p> <p>Later addition:</p> <p>I don't yet see mention of this here (free tutorials via the web):</p> <p><a href="http://www.cprogramming.com/tutorial.html" rel="nofollow">http://www.cprogramming.com/tutorial.html</a></p> <p>and more generally <a href="http://www.cprogramming.com" rel="nofollow">http://www.cprogramming.com</a>.</p> http://stackoverflow.com/questions/63617/a-good-free-resource-to-learn-the-fundamentals-of-c-not-c-development/64328#64328 1 Answer by ioplex for A good, free resource to learn the fundamentals of C (not C++) development? ioplex 2008-09-15T16:15:19Z 2008-09-15T16:15:19Z <p>Since everyone mentioned the K&amp;R book I'll add two different ones.</p> <p>1) The Standard C Library by P.J. Plauger - I like this book because the code is <em>real</em>. Hello world examples will only get you so far.</p> <p>2) Advanced Programming in the Unix Evironment by Stevens - This assumes of course that you're developing on the Unix platform but C by itself isn't going to do anything really interesting like sockets. For that you need to learn about POSIX, much of which is covered in this book.</p> http://stackoverflow.com/questions/63617/a-good-free-resource-to-learn-the-fundamentals-of-c-not-c-development/64363#64363 0 Answer by Ben Collins for A good, free resource to learn the fundamentals of C (not C++) development? Ben Collins 2008-09-15T16:19:12Z 2008-09-15T16:28:49Z <p>I found this to be a very enlightening resource:</p> <p><a href="http://www.planetpdf.com/codecuts/pdfs/ooc.pdf" rel="nofollow">Object-Oriented Programming in ANSI C (PDF)</a></p> <p>This isn't a general C reference guide, but it does a really neat job of explaining how you can apply well-known object-oriented principles to C.</p> http://stackoverflow.com/questions/63617/a-good-free-resource-to-learn-the-fundamentals-of-c-not-c-development/64481#64481 1 Answer by john for A good, free resource to learn the fundamentals of C (not C++) development? john 2008-09-15T16:33:43Z 2008-09-15T16:33:43Z <p>The "C Book", linked to above, is probably enough to get you started. Also, while not a tutorial per-say, the <a href="http://www.c-faq.com" rel="nofollow">C FAQ</a> is a great resource for beginner and intermediate C programmers. It was amassed over a period of almost two decades and it answers the most common questions new C programmers have. Most C books (including K&amp;R 2) are quite old, and ignore a subject no C programmer today an afford to: security. Once you know C, the US CERT <a href="http://www.securecoding.cert.org/" rel="nofollow">Secure Coding Standard</a> can help you develop secure software.</p> <p>These are two additional tutorials, but I haven't read either of them, so I can't speak to their quality:</p> <p><a href="http://www.howstuffworks.com/c.htm" rel="nofollow">http://www.howstuffworks.com/c.htm</a></p> <p><a href="http://www-ee.eng.hawaii.edu/~tep/EE150/book/" rel="nofollow">http://www-ee.eng.hawaii.edu/~tep/EE150/book/</a></p> http://stackoverflow.com/questions/63617/a-good-free-resource-to-learn-the-fundamentals-of-c-not-c-development/64561#64561 0 Answer by strewelpeter for A good, free resource to learn the fundamentals of C (not C++) development? strewelpeter 2008-09-15T16:43:55Z 2008-09-15T16:43:55Z <p>Everyone who says to read K&amp;R are correct.</p> http://stackoverflow.com/questions/63617/a-good-free-resource-to-learn-the-fundamentals-of-c-not-c-development/64775#64775 3 Answer by Samuel Paul for A good, free resource to learn the fundamentals of C (not C++) development? Samuel Paul 2008-09-15T17:08:55Z 2008-09-15T17:08:55Z <p>The K&amp;R book is a little daunting for people who have trouble grasping code like</p> <pre><code>while (*c++); </code></pre> <p>and its subtleties at a glance. It's a great book if you already know C and would like to know it better.</p> <p>I would recommend learning C <em>from a real person</em> with years of experience. I learned from an excellent professor and a copy of <strong>C Programming: A Modern Approach</strong> by K.N. King.</p> http://stackoverflow.com/questions/63617/a-good-free-resource-to-learn-the-fundamentals-of-c-not-c-development/71893#71893 0 Answer by RightToLeft for A good, free resource to learn the fundamentals of C (not C++) development? RightToLeft 2008-09-16T12:55:56Z 2008-09-16T12:55:56Z <p><a href="http://www.freetechbooks.com/c-c-f3.html" rel="nofollow">http://www.freetechbooks.com/c-c-f3.html</a></p> http://stackoverflow.com/questions/63617/a-good-free-resource-to-learn-the-fundamentals-of-c-not-c-development/72083#72083 0 Answer by phreakre for A good, free resource to learn the fundamentals of C (not C++) development? phreakre 2008-09-16T13:19:50Z 2008-09-16T13:19:50Z <p>ioplex mentioned Advanced Programming for the Unix Environment by Stephens. I would have to back him up. Advanced Programming is a very handy approach to C and covers almost every aspect of *nix in a way that does not leave you saying "What can I do with C besides code a F to C temperature application?". However, I would not recommend it as a "first C book".</p>