We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I need to know the specs. of the C language.I have a few books on C but does anyone have a link/soft copy/forums. Rgds Raj Shetgar
I found an early edition of K&R to be something of a joke. ? What was so funny about it ? You know, it's not exactly fair play to judge a book by its earlier editions some 14 years(!) after a heavily revised new edition came out. K&R2 is still the single most important book on C, as a programming language, rather than a particular implementation of that language. Nowadays, it may be a possibility to use H&S and a copy of the actual standard (C90 with all the addenda, a.k.a. C95) instead, but that's only because the price of the standard document has dropped by an order of magnitude recently, so it's now affordable on a non-institutional budget.
What was so funny about it ? Not speaking for David, but there is nothing "funny" about K&R. Perhaps closer to the point is that, although K&R is the "popular choice", for those who travel in the almost-a-language-lawyer circles, H&S is generally more highly regarded than K&R on the basis of dealing with the nitty-gritties that K&R does not touch upon, among other reasons.