Thread: Some more updated book recommendations

  1. #1
    Registered User
    Join Date
    Sep 2016
    Posts
    1

    Some more updated book recommendations

    Hi all,

    We've created an extensive list of C programming books here: 30 Awesome C Programming Books recommended by Stackoverflow - Best Programming Books

    We think it's a pretty great list, but we might have missed something, and we wouldn't mind updating the list if there's a must-read book missing!

    Thanks,
    Jason

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    It's hardly 30, when I counted at least two books listed twice.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    The Kochan is on it's 4th Edition and the Strata on its 6th.

    Also, you know what is missing from all these lists you folks like to do? You never add the most important book of all. The one you will still be reading long after you stop reading C books. It's the language standard (http://c-faq.com/ansi/avail.html)

    One last piece of advise. I don't think I ever saw anyone doing a book list that doesn't look like a shopping list without any context to support and help the people that could benefit from it. It's always this boring bullet point mantra without any rhyme or reason. On a language like C, for instance, it would be helpful to separate the books between at least beginner and advanced categories. And it would be extremely important to add also books that, while not talking about C specifically, still taught essential programming skills like procedural programming or about the different OS toolchains. I realize you do insert some of these books, but you do it in a sloppy manner on a single column list, as if categorizing stuff was too much work for you.

    Problem is, programming is even more work. So if on such a simple task, you can't demonstrate that organization and research is second-nature to you, how can you expect someone to trust your list or that you have the coding skills that could make you someone worth taking advise on this matter?
    Last edited by Mario F.; 09-22-2016 at 08:01 PM.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. More C Book Recommendations
    By noCat in forum C Programming
    Replies: 7
    Last Post: 01-17-2015, 10:26 PM
  2. Book recommendations
    By davidjg in forum General Discussions
    Replies: 0
    Last Post: 04-02-2011, 09:32 AM
  3. C# Book Recommendations
    By scycon in forum C# Programming
    Replies: 1
    Last Post: 04-28-2009, 06:52 PM
  4. book recommendations for gfx API
    By michaelp in forum C++ Programming
    Replies: 3
    Last Post: 11-24-2007, 08:54 PM
  5. Book recommendations
    By beene in forum Game Programming
    Replies: 8
    Last Post: 03-28-2007, 08:30 AM

Tags for this Thread