Recommended reading list for a (relative)newbie? - Stack Overflow most recent 30 from stackoverflow.com2009-12-17T18:24:42Zhttp://stackoverflow.com/feeds/question/79753http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/79753/recommended-reading-list-for-a-relativenewbie1Recommended reading list for a (relative)newbie?Nate30002008-09-17T03:46:47Z2008-09-17T06:36:59Z
<p>What literature(written or otherwise) would you recommend for someone new to the world of coding? I would prefer something about C, but if you have any other suggestions, what are they?</p>
http://stackoverflow.com/questions/79753/recommended-reading-list-for-a-relativenewbie/79760#797601Answer by Brian Paden for Recommended reading list for a (relative)newbie?Brian Paden2008-09-17T03:47:44Z2008-09-17T03:47:44Z<p>The Pragmatic Programmers, followed by Code Complete</p>
http://stackoverflow.com/questions/79753/recommended-reading-list-for-a-relativenewbie/79778#797780Answer by Kevin Sheffield for Recommended reading list for a (relative)newbie?Kevin Sheffield2008-09-17T03:49:28Z2008-09-17T03:49:28Z<p>If you are asking about programming in c, I would say Programming in C by Kochan</p>
http://stackoverflow.com/questions/79753/recommended-reading-list-for-a-relativenewbie/79815#798154Answer by levhita for Recommended reading list for a (relative)newbie?levhita2008-09-17T03:55:27Z2008-09-17T03:55:27Z<p>Perhaps you would like to see a previous question that says exactly the same:
<a href="http://stackoverflow.com/questions/559/what-books-would-you-recommend-for-a-beginning-software-developer">What books would you recommend for a beginning Software Developer?</a></p>
http://stackoverflow.com/questions/79753/recommended-reading-list-for-a-relativenewbie/79821#798210Answer by Jordan for Recommended reading list for a (relative)newbie?Jordan2008-09-17T03:57:16Z2008-09-17T03:57:16Z<p>Well, this is a very open ended question.</p>
<p>If you are starting out as a programmer and have a programming language under your belt, I would recommend the following books.</p>
<p>First, I would read <em>The Pragmatic Programmer</em> by Hunt and Thomas. This is probably one of the single best introductions to being a great programmer.</p>
<p>Second, I would find a copy of <em>Writing Solid Code</em> (this one is out of print, so you will have to buy it used) as well as <em>Code Complete</em> (1st or 2nd Edition).</p>
<p>Finally, I would get a set of books from the dawn of time:</p>
<ul>
<li><em>The Unix Programming Environment</em> by Kernighan & Pike</li>
<li><em>The Practice of Programming</em> by Kernighan & Pike</li>
<li><em>Software Tools</em> by Kernighan</li>
<li><em>The Elements of Programming Style</em> by Kernighan</li>
</ul>
<p>These are all great books and I highly recommend them.</p>
http://stackoverflow.com/questions/79753/recommended-reading-list-for-a-relativenewbie/79832#798321Answer by Peter GA. for Recommended reading list for a (relative)newbie?Peter GA.2008-09-17T03:59:23Z2008-09-17T03:59:23Z<p>FIrst: </p>
<p><a href="http://en.wikipedia.org/wiki/Programming_language" rel="nofollow">http://en.wikipedia.org/wiki/Programming_language</a></p>
<p><a href="http://en.wikipedia.org/wiki/Compiler" rel="nofollow">http://en.wikipedia.org/wiki/Compiler</a></p>
<p><a href="http://www.bfoit.org/Intro_to_Programming/index.html" rel="nofollow">http://www.bfoit.org/Intro_to_Programming/index.html</a></p>
<p><a href="http://www.landofcode.com/programming-intro/" rel="nofollow">http://www.landofcode.com/programming-intro/</a></p>
<p><a href="http://www2.its.strath.ac.uk/courses/c/" rel="nofollow">http://www2.its.strath.ac.uk/courses/c/</a></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.engin.umd.umich.edu/CIS/course.des/cis400/c/c.html" rel="nofollow">http://www.engin.umd.umich.edu/CIS/course.des/cis400/c/c.html</a></p>
<p>of course as newbe there's a lot of job to do.</p>
<p>buy this book.</p>
<p><a href="http://rads.stackoverflow.com/amzn/click/0131103628" rel="nofollow">http://www.amazon.com/Programming-Language-Prentice-Hall-Software/dp/0131103628/ref=pd_bbs_1?ie=UTF8&s=books&qid=1221623914&sr=8-1</a></p>
<p>and this other is good choise:</p>
<p><a href="http://rads.stackoverflow.com/amzn/click/013937681X" rel="nofollow">http://www.amazon.com/Unix-Programming-Environment-Prentice-Hall-Software/dp/013937681X/ref=pd_sim_b_4</a></p>
<p>thanks.</p>
http://stackoverflow.com/questions/79753/recommended-reading-list-for-a-relativenewbie/79852#798521Answer by Travis B. Hartwell for Recommended reading list for a (relative)newbie?Travis B. Hartwell2008-09-17T04:03:13Z2008-09-17T04:03:13Z<ul>
<li><a href="http://rads.stackoverflow.com/amzn/click/020161622X" rel="nofollow">The Pragmatic Programmer</a> - General advice from design to tools for developers</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">Code Complete</a> - General cross-language advice for coding, very comprehensive</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0131103628" rel="nofollow">The C Programming Language (K & R)</a> - The Canonical Guide to C</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0201633612" rel="nofollow">Design Patterns</a> - Even though this is about Object Oriented Programming, this helps you think about common idioms in software development</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0070004846" rel="nofollow">The Structure and Interpretation of Computer Programs</a> - Doesn't use C, but Scheme, but a great intro in how to think about programming</li>
</ul>
http://stackoverflow.com/questions/79753/recommended-reading-list-for-a-relativenewbie/79854#798540Answer by Larry Rowe for Recommended reading list for a (relative)newbie?Larry Rowe2008-09-17T04:03:20Z2008-09-17T04:03:20Z<p><a href="http://appjet.com/learn-to-program/lessons/intro" rel="nofollow">http://appjet.com/learn-to-program/lessons/intro</a></p>
<pre><code>--> End up somewhere in between after a few weeks :) <--
</code></pre>
<p><a href="http://eli-project.sourceforge.net/c_html/c.html" rel="nofollow">http://eli-project.sourceforge.net/c_html/c.html</a></p>
<p>Have fun!</p>
http://stackoverflow.com/questions/79753/recommended-reading-list-for-a-relativenewbie/79897#798970Answer by Larry Rowe for Recommended reading list for a (relative)newbie?Larry Rowe2008-09-17T04:12:08Z2008-09-17T04:12:08Z<p>Follow up from a previous comment</p>
<p>Anyone who programs at all should get a copy of this:</p>
<p>The Elements of Programming Style by Kernighan</p>
http://stackoverflow.com/questions/79753/recommended-reading-list-for-a-relativenewbie/80567#805670Answer by GowriKumar for Recommended reading list for a (relative)newbie?GowriKumar2008-09-17T06:36:59Z2008-09-17T06:36:59Z<p>I would strongly recomment :
<a href="http://rads.stackoverflow.com/amzn/click/0134340019" rel="nofollow">How to solve it by computer</a></p>