Thread: Tell me which book to read

  1. #1
    Registered User
    Join Date
    Apr 2008
    Location
    Haddock, GA, United States
    Posts
    13

    Tell me which book to read

    What book do you think that should be good enough for a beginner to start with C? I tried to read on The C Programming Langauge by K & R, but it's above my programming knowledge. I bought C/C++/C# Programmer's Bible by Jamsa. If you have already heard of it, do you think that should be enough for a beginner to learn the things where The C Programming Language picks up on?

    Thank you,

    Adrian G. Mowrey

    Quote Originally Posted by cwr View Post
    The C Programming Language by Brian W. Kernighan and Dennis M. Ritchie.

    Good for: Learning the C Programming Language.

    Not good for: Learning to program a VCR, learning general programming concepts.. Possibly not ideal if you've never done any programming before, but Your Mileage May Vary.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Split from the "book recommendations" thread, which is for "why you think book 'x' is good".
    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
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    "Beginning C" by Ivor Horton.

    Geared for beginners, and also shows several real-world problem solving examples. Covers ALL the basics, and then some. Has a clear writing style, that's easy to follow.

  4. #4
    Registered User
    Join Date
    Apr 2008
    Posts
    14
    http://www.amazon.com/Programming-La.../dp/0131103628

    You can get the PDF at: /* removed */
    Last edited by laserlight; 06-01-2008 at 11:36 AM. Reason: Link of dubious legal status.

  5. #5
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Don't post illegal links! Sheesh.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Read this book anyone?
    By Saintdog in forum C++ Programming
    Replies: 7
    Last Post: 12-06-2004, 10:03 PM
  2. Linux firewalls book -anyone read?
    By iain in forum Tech Board
    Replies: 0
    Last Post: 11-27-2004, 10:51 AM
  3. Replies: 3
    Last Post: 03-26-2003, 12:02 PM
  4. Write and read the book called "registry""
    By CodeMonkey in forum Windows Programming
    Replies: 4
    Last Post: 03-10-2002, 10:45 AM
  5. What book should I read next???
    By ripper079 in forum C++ Programming
    Replies: 6
    Last Post: 08-22-2001, 06:49 PM