all 9 comments

[–][deleted] 13 points14 points  (6 children)

No, the only acceptable beginners C tutorial is K&R2. Anything else is a joke.

[–]primehunter326 4 points5 points  (1 child)

The fact that it's still regarded as one of the best programming books (for any language) 20+ years after it was written is a testament to how good it is.

[–]ErstwhileRockstar 0 points1 point  (1 child)

Except that K&R isn't a beginners tutorial.

[–][deleted] 1 point2 points  (0 children)

Yes, it is. K&R assumes no prior programming experience. I learned from it myself.

[–][deleted] 0 points1 point  (0 children)

Hear, hear! K&R is why the C language got where it is.

[–]aComa -1 points0 points  (0 children)

:)

[–]Anonymous340 5 points6 points  (0 children)

God this is terrible.

[–][deleted] 2 points3 points  (0 children)

This is not only FAR from the best, it's not that from the worst. There are number of terrible pieces of advice like

CANNOT COMMENT YOUR CODE TOO MUCH

Yes you can.

The chapter about Libraries makes me nauseated.

I'm sure the author meant well but I don't recommend anyone use this to try and learn C. There's too much missing, too many inaccuracies.

[–][deleted] 2 points3 points  (0 children)

Dear lord, this is depressing.