A user suggested, as I quoted an exercise from K&R's The C Programming Language, that I should use a more modern book. Any suggestions from other stackoverflow users?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
The main problem with K&R2 is that it doesn't cover C99. This isn't a fatal flaw (C99 adoption is not universal; most notably Visual Studio doesn't support it), but if you are using C99, you will want to find at least a companion reference (such as Harbison & Steele's "C: A Reference Manual", 5th edition). As a basic introduction to the language, K&R2 is still one of the better ones out there. |
|||||
|
|
Modern does not mean "better," it just means "more recent." K&R is a fine book with good concepts and insights. |
|||
|
|
|
Probably Herbert Schildt can be useful^W^W^W. |
|||||||||||||||||||||
|