This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ANSI C document

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

Parents
  • 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.

Reply
  • 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.

Children
  • 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.