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

learner

I am quite good at 8051 Assembly language, and also understand C language fundas. I want to polish my C language fundas right from scratch to final program writing.Which site is best suited for me please?

Parents Reply Children
  • And after reading Kernighan & Ritchie and/or Harbison & Steele foundation material, a few more books I've found to be beneficial are:

    Rabinowitz, H. and Schaap, C. 1990. Portable C: Prentice Hall. ISBN 0-13-685967-4

    This book presents C language issues with a view of execution that does not depend on the features of a specific machine.

    van der Linden, P. 1994. Expert C Programming -- Deep C Secrets: Prentice Hall. ISBN 0-13-177429-8

    Holub, A. 1995. Enough Rope to Shoot Yourself in the Foot -- Rules for C and C++ Programming: McGraw-Hill. ISBN 0-07-029689-8

    And lastly, the C Programming FAQ's that can be found many places on the Internet, but originated in Usenet's comp.lang.c newsgroup.