| re: Can anyone provide methe best books for C?
"Rajeev" <robotics.rajeev@gmail.com> wrote in message
news:1142327322.563856.129250@u72g2000cwu.googlegr oups.com...[color=blue]
> Please anybody from the group please give me the names of BEST C books.
> Thanking you.[/color]
Don't waste your money on those books. I have probably a two dozen books on
C, but there is only one that I continually open:
"C: A Reference Manual," by Samuel Harbison and Guy Steele, Jr. of Tartan
Laboratories.
That one will _not_ teach you how to program in C. Therefore, it may be too
advanced. If that's the case, go buy this one:
"The C programming Language," by Brian Kernighan and Dennis Ritchie.
If it's not advanced enough, this one may help you to understand how certain
functions could work or be implemented:
"The Standard C Library", by P.J. Plauger
You shouldn't need anything else except perhaps the C standard ISO/IEC
9899:1999(E).
Rod Pemberton |