views:

237

answers:

9

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?

+1  A: 

The Pragmatic Programmers, followed by Code Complete

Brian Paden
A: 

If you are asking about programming in c, I would say Programming in C by Kochan

Kevin Sheffield
+4  A: 

Perhaps you would like to see a previous question that says exactly the same: What books would you recommend for a beginning Software Developer?

levhita
That answers it. Thanks!
Nate3000
A: 

Well, this is a very open ended question.

If you are starting out as a programmer and have a programming language under your belt, I would recommend the following books.

First, I would read The Pragmatic Programmer by Hunt and Thomas. This is probably one of the single best introductions to being a great programmer.

Second, I would find a copy of Writing Solid Code (this one is out of print, so you will have to buy it used) as well as Code Complete (1st or 2nd Edition).

Finally, I would get a set of books from the dawn of time:

  • The Unix Programming Environment by Kernighan & Pike
  • The Practice of Programming by Kernighan & Pike
  • Software Tools by Kernighan
  • The Elements of Programming Style by Kernighan

These are all great books and I highly recommend them.

Jordan
+1  A: 
Travis B. Hartwell
A: 

http://appjet.com/learn-to-program/lessons/intro

--> End up somewhere in between after a few weeks :) <--

http://eli-project.sourceforge.net/c_html/c.html

Have fun!

A: 

Follow up from a previous comment

Anyone who programs at all should get a copy of this:

The Elements of Programming Style by Kernighan

A: 

I would strongly recomment : How to solve it by computer

GowriKumar