Thread: More C Book Recommendations

  1. #1
    Registered User
    Join Date
    Jan 2015
    Posts
    4

    More C Book Recommendations

    Hello guys!

    So I am a computer geek in China and I am searching for another alternative except The C Programming Language (K&R), which is a harder one for me.

    Recently, I am studying The C Programming Language (K&R). But as you know, I am still in high school and I am also a rookie in C programming now. Thus, this book might be too difficult for me.

    So I posted a thread there (it's the one that your are reading now), and waiting for help.

    Any comment might be helpful.

    Thanks for everything.

  2. #2
    Lurker
    Join Date
    Dec 2004
    Posts
    296
    I think the book "C programming: a modern approach" by King is decent book. I haven't actually read it myself, only browsed it, but I know that many beginners like it.

  3. #3
    Registered Superuser nul's Avatar
    Join Date
    Nov 2014
    Location
    Earth
    Posts
    53
    This depends on how serious you are about C. If you say you're serious, stick it out with K&R. It may be a terse read, but if you put in the time to not just read the book, but study each page and do each exercise, you will be much better off..... IMO.

    In my experience, the difficulty came from understanding what some of the exercises where actually asking for. If you have questions, feel free to ask.

  4. #4
    Registered User rstanley's Avatar
    Join Date
    Jun 2014
    Location
    New York, NY
    Posts
    1,111

  5. #5
    Lurker
    Join Date
    Dec 2004
    Posts
    296
    Quote Originally Posted by nul View Post
    This depends on how serious you are about C. If you say you're serious, stick it out with K&R. It may be a terse read, but if you put in the time to not just read the book, but study each page and do each exercise, you will be much better off..... IMO.

    In my experience, the difficulty came from understanding what some of the exercises where actually asking for. If you have questions, feel free to ask.
    K&R is starting to show its age though... Don't get me wrong, I started out with that book ages ago, but one would think that there should be quite a few better books to learn from. The only book I would recommend over K&R is actually the King book though.

  6. #6
    Lurker
    Join Date
    Dec 2004
    Posts
    296
    Quote Originally Posted by rstanley View Post
    This is more of a reference, not something that you start out with. It might be a good companion with another book though.

  7. #7
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    K&R is starting to show its age though... Don't get me wrong, I started out with that book ages ago, but one would think that there should be quite a few better books to learn from.
    O_o

    I'd still recommend "The C Programming Language" over any other C text. I'd still recommend "Accelerated C++" over any other C++ text. These are excellent, concise books that do a wonderful job covering a lot of complex material often with idiomatic expression.

    Educational texts of such quality are sadly not very common. You might find one or two books of a higher educational value, but the field is too plagued by crap to receive a real benefit from competition leading to better materials on average.

    Soma
    “Salem Was Wrong!” -- Pedant Necromancer
    “Four isn't random!” -- Gibbering Mouther

  8. #8
    Registered User
    Join Date
    Jan 2015
    Posts
    4
    Thank goodness you told me a decent track to start out. And now I decided to go on "The C Programming Language" with a reference "C Programming: A Modern Approach". It could be much better off if I got a reference in my hand, IMO.

    It's a great emotion that a number of replies posted to me in a minute!
    Thanks to everyone for your specific, detailed, and patient comments.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Book Recommendations
    By avidkaos999 in forum C++ Programming
    Replies: 5
    Last Post: 11-02-2011, 04:56 AM
  2. C Book Recommendations
    By sean in forum C Programming
    Replies: 160
    Last Post: 07-22-2011, 01:55 PM
  3. C++ Book Recommendations
    By sean in forum C++ Programming
    Replies: 153
    Last Post: 09-28-2010, 03:29 AM
  4. Book recommendations
    By beene in forum Game Programming
    Replies: 8
    Last Post: 03-28-2007, 08:30 AM
  5. C Book Recommendations
    By kendo411 in forum C Programming
    Replies: 5
    Last Post: 05-01-2004, 02:05 AM

Tags for this Thread