Best book for learning C?

Is pic related the best book for learning C?

Attached: file.png (493x650, 248K)

Other urls found in this thread:

moocfi.github.io/courses/2016/aalto-c/en
twitter.com/SFWRedditVideos

Install gentoo

no, it is the best book about C, but it isn't the best for learn C

May I have some suggestions then?

sorry, no, I learnt in university.
Use some online course, they are enough to learn.
Make a lot of exercises, and use that book to help you to resolve those exercises.

if you know what programming is about then 'learn C the hard way'
I heard here that some people dislike it, but I think its good stuff

K&R is the gold standard but it kinda expects you to already know programming.

Can anyone tell me if pic related is any good?

Attached: file.png (600x797, 273K)

well, no idea about that book, but C++ is not C

No, the best is "C in a nutshell (2nd edition)".

NOOOOO,
Honestly it's the best book to learn C if you learn C as your first language then no use this book in conjuction with with another (21 century C or king)

so you're saying it's good for a complete beginner?

Yes, if you aren't a brainlet.

There is no good book for learning C as your first programming language.
Such a book would be full of witty remarks like "Mind that language designers have learned better since then." or "This is neither how MCUs or modern multiscalar CPUs work and your compiler, OS and CPU puts a lot of effort pretending it is.".

it doesn't matter what book you pick just pick something people recommended and once you learn the basics start doing your own projects

Yes, there is. It is called The C Programming Language: A Modern Approach.

So it has those remarks? And it doesn't do other shit like recommending autotools? Noice.

why the fuck would you try to read a book to learn programming? It isn't theoretical. The best way to learn is by doing. And there are an unlimited resource of learning tools on the internet. You're a boomer right?

Attached: the_doer.jpg (645x729, 26K)

This is by far the best way. Just follow the exercises and verify with TMC. Note that it won't tell you absolutely everything, so you'll still need to read OP's book to get a mastery.

moocfi.github.io/courses/2016/aalto-c/en

C Primer Plus is for C and it's good