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
  • Do not use K&R It is quite old and out of date.

    The far better book is
    C Reference Manual by Harbison and Steele

    BTW this is used by standards people as the K&R 2nd ed is dated 1988. That was in line with ISO C90 since then there were several changes in 93 and 94/5 with amendment 1 Then the complete overhaul for C99.

    IF you are programming in an embedded environment with a C compiler that is less than 10 years old K&R is not the book to use.

    I have it for historical reason but I use H&S as a working reference.

Reply
  • Do not use K&R It is quite old and out of date.

    The far better book is
    C Reference Manual by Harbison and Steele

    BTW this is used by standards people as the K&R 2nd ed is dated 1988. That was in line with ISO C90 since then there were several changes in 93 and 94/5 with amendment 1 Then the complete overhaul for C99.

    IF you are programming in an embedded environment with a C compiler that is less than 10 years old K&R is not the book to use.

    I have it for historical reason but I use H&S as a working reference.

Children
No data