Thread: Qs: Good Book on Beginning C programming?

  1. #16
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    I have deitel deitel in c++ and have found it pretty good but there's nothing special about it. It's basically just a 1st year college textbook. The code is syntax highlighted which is strange for a textbook. Thinking in C++ is also good and gives a different perpective on some things though it uses too many inline functions. For C books often recommended is K&R and the one by King see the book section on this site.

  2. #17
    Unregistered
    Guest
    You mean pretty terrible. C by Example is probably the worst book on C that I've seen.
    *giggle* - I have to admit, after reading your post I went back to my library (which is pretty extensive) and found on the bottom of the heap C by Example.. Your right it is crap. I don't even know why I was thinking of this book - this book got me in trouble once due to inaccuracies in the text and the poor programming style and has subsequently never been used again - so I take it back. NOT RECOMENDED.

    K&R book is great use it quite a bit.

    The O'Reily Cow book is pretty coo as is the Seahorse and for UNIX buffs the Lion book. (Names witheld due to poor memory!)

  3. #18
    Registered User foniks munkee's Avatar
    Join Date
    Nov 2001
    Posts
    343
    D'oh! Posted from work and forgot to log in!

  4. #19
    Unregistered
    Guest
    I find that, unless I have someone to help me, it's nice to start out with a simple book, and move onwards in difficulty from there. If you start with an all-inclusive book, that is designed as a professional reference, you can get really discouraged.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Is this a good book?
    By Lord Windy in forum C++ Programming
    Replies: 9
    Last Post: 02-08-2009, 09:38 PM
  2. Is this book <JAVA in a netshell> good for C++ programmers?
    By meili100 in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 10-28-2008, 02:28 AM
  3. A good C++ Reference book
    By tiachopvutru in forum C++ Programming
    Replies: 5
    Last Post: 05-13-2008, 04:47 PM
  4. I'm looking for a good book on 3D game programming
    By Music_Man in forum Game Programming
    Replies: 2
    Last Post: 09-09-2001, 09:29 PM