Thread: age of c text books

  1. #1
    Registered User Andersonsacanno's Avatar
    Join Date
    Oct 2012
    Posts
    25

    age of c text books

    does the age of any arbitrary C "teach yourself to program" text books matter? Has the language evolved since say 1988? I've been teaching myself for a few months and am ready to take it to the next level. Any advice/reccomendations are appreciated.

  2. #2
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694
    Yes of course it has evolved. Programming is evolving constantly and will be!

    Maybe this link can help you : Programming Book and Product Reviews

    Personally I would say this : Programming can not be taught! You have to program yourself! To have errors and do debugging and after many tries get your code do what you want him to do! So, books are for sure not enough!
    Code - functions and small libraries I use


    It’s 2014 and I still use printf() for debugging.


    "Programs must be written for people to read, and only incidentally for machines to execute. " —Harold Abelson

  3. #3
    Registered User
    Join Date
    Sep 2011
    Posts
    25
    Hey Andersonsacanno.

    As std10093 has said, C is commonly evolving and many commonly used conventions are changing. There are two big families of standards POSIX and ANSI. I would look up on these.

    If you are looking for some older C books that age well / have new editions, the main one that comes to my mind is "The C Programming Language", often called K&R, which I believe is an acronym based on the authors Kernighan and Ritchie.

  4. #4
    Registered User
    Join Date
    Sep 2011
    Posts
    25
    I was going to edit my last post but for whatever reason it won't let me. I need to update my post to let you know that there is a sticky post in this very forum to answer your question as far as good C book recommendations go. I am new here so I didn't remember the sticky but then later on I recalled it. It's really good, go check it out!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Books (not specifically programming books)
    By DavidP in forum General Discussions
    Replies: 6
    Last Post: 11-05-2009, 07:33 PM
  2. Type text = Press button = Display text in Google?
    By Raze88 in forum C++ Programming
    Replies: 4
    Last Post: 03-20-2008, 08:39 AM
  3. Books
    By pandapwnage in forum Game Programming
    Replies: 3
    Last Post: 10-10-2005, 06:17 AM
  4. Why are lower class text books so bad
    By Thantos in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 10-05-2004, 07:02 AM
  5. C++ Books
    By Untitled1 in forum C++ Programming
    Replies: 19
    Last Post: 10-09-2003, 01:44 AM