Thread: C Book Recommendations

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Sep 2006
    Location
    Beaverton, Oregon, United States
    Posts
    176
    Hi I'm Chris. I'm new to the forums and new to C and to programming in general.

    Do online tutorials count? Because I'm using How C Programming Works in conjunction with a regular paperback.

    The book I am using is about 20 years old called A Book on C by Al Kelley and Ira Pohl. It seems fairly decent. But I am probably no judge.

  2. #2
    csd@auth
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    71
    This is a great book. Teach yourself C in 21 days

    You can find this here link removed

    IT IS FREE.

    [moderator edit]
    There is no evidence to suggest that the publisher of this text has either taken a part in, or authorized the distribution of a complete ebook. Additionally, the link given strongly suggests illegal activity and has been removed. Note that promoting criminal activities on this forum may result in the banning of a member account.
    [/moderator edit]

  3. #3
    Registered User
    Join Date
    Oct 2006
    Posts
    6
    someone mentioned ivor horton earlier

    the guy is a hack
    man
    i bought his book beginning c, the first programming book i ever bought, horrible, and as many reviews say, its just plain WRONG

    the guy clearly has no idea what hes doing

    everyone knows k&r2 is great, maybe a bit steep for beginners though
    what i started with (along side k&r)
    is steve summit's c tutorial:
    http://www.eskimo.com/~scs/cclass/cclass.html

    god it made it so much easier lol
    if youre a beginner and ya dont wanna pay $100 for that textbook by king that everyone recommends
    try the steve summit tutorial

  4. #4
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    By woodhouse publishers. Ok, so it was written in 1994 and is rather dated nowdays but its one of the best C books I ever read. Has tons of example programs and goes from a line of text to file reading, pointers, structs and advanced structures. Might be a little hard to get hold of now, but I belive amazon have it still. I used it in college, after reading this book I began ro learn C++ and had the background of C to make the learning experience quicker and much more enjoyable. Oh, and the exercises are quite challenging too
    Double Helix STL

  5. #5
    geek Whiteghost's Avatar
    Join Date
    Aug 2005
    Posts
    19
    The book call A Reference C manual is a good book for the C programmer.
    Fedora 9 gcc 4.3

  6. #6
    Brak BoneXXX's Avatar
    Join Date
    Mar 2007
    Location
    Bangkok
    Posts
    62
    I think C Program Design for Engineers by Jeri R. Hanly , Elliot B. Koffman is very good C book for beginners. Thats why I ordered Problem Solving and Program Design in C by Jeri R. Hanly, Elliot B. Koffman. Hopefully I will get it next week.

  7. #7
    Registered User
    Join Date
    Jun 2007
    Posts
    1
    KnR is the best one

  8. #8
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by rajatphull View Post
    KnR is the best one
    I dunno. Learning from K&R is kind of like learning how to tie knots by reading a Boy Scout manual from 1950. It contains the correct information, but the style is antiquated and it doesn't account for all the new developments since the time of publication.

    I'm not one to put down the K&R book, though. It's definitely something you should own, but get a few other books too. It's been so long since I was in the learning phase that I have no idea what's good any more.

  9. #9
    Registered User
    Join Date
    Oct 2007
    Posts
    29

    cry...wine

    is this a good book "Programming in C: a complete introduction to the C programming language" Stephen G. Kochan 3rd edition

  10. #10
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    I'm not sure of that book, but I can really recommend "Beginning C" by Ivor Horton.

    Has many practical examples of how to approach a new programming problem, as well as all the many step by step instructions as it leads a beginner toward a good basic (more than basic, really), understanding of the C language.

    The K&R "The C Programming Language" is an excellent book, but you REALLY have to be a geek to tackle it as a beginning programmer. If you don't know PI to 12 decimal places just because it's interesting, this is not the book for you, as a student starting out in programming.

    Horton's the way to go, imo.

  11. #11
    life is a nightmare
    Join Date
    Apr 2007
    Posts
    127
    The C Book
    http://publications.gbdirect.co.uk/c_book
    good for the experienced c programmers

  12. #12
    Registered User
    Join Date
    Aug 2007
    Posts
    2
    i would recommend Sam's teach yourself c in 21 days, i learned using that book and it was awesome however now i dont know if iam intermedite or an expert...

  13. #13
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    All three volumes of it. It's really good, but pretty technical. You have to read it slowly . . .
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  14. #14
    Registered User
    Join Date
    Nov 2007
    Location
    Singapore
    Posts
    24
    http://cslibrary.stanford.edu/

    This site is pretty good, all the books are in .pdf.. pretty comprehensive

  15. #15
    Registered User
    Join Date
    Nov 2007
    Posts
    23
    For me i am new to c programming! And i don have much time either. Thus i like teach yourself C in 21 days by sams publishin. I use it as a guide what i should learn day by day and try to any other books or ask in this forum if i need detailed information.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Language REFERENCE book recommendations?
    By DougDbug in forum C++ Programming
    Replies: 5
    Last Post: 03-10-2011, 02:26 AM
  2. any book recommendations?
    By NewnOT in forum Windows Programming
    Replies: 1
    Last Post: 06-21-2009, 02:12 PM
  3. JavaScript book recommendations
    By neandrake in forum Tech Board
    Replies: 2
    Last Post: 04-05-2009, 12:27 PM
  4. C++ Book Editions and Recommendations
    By cpudaman in forum C++ Programming
    Replies: 7
    Last Post: 02-10-2008, 11:52 AM
  5. My book recommendations for rank beginners ...
    By snakum in forum C++ Programming
    Replies: 4
    Last Post: 08-21-2002, 10:38 AM