vote up 1 vote down star

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?

flag
Man, there is a part of me that wants to post an answer: "Stack Overflow.com, of course!" – Scott S. Sep 17 '08 at 4:01

9 Answers

vote up 4 vote down check

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

link|flag
That answers it. Thanks! – Nate3000 Sep 17 '08 at 3:57
vote up 1 vote down

The Pragmatic Programmers, followed by Code Complete

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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.

link|flag
vote up 1 vote down
link|flag
vote up 0 vote down

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!

link|flag
vote up 0 vote down

Follow up from a previous comment

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

The Elements of Programming Style by Kernighan

link|flag
vote up 0 vote down

I would strongly recomment : How to solve it by computer

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.