Thread: Best resource for intro to C?

  1. #16
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742
    I read The Waite Groups 'C Primer Plus' 3rd edition. It was a very good book. It goes into a good amount of depth. There are easier books to start out with but if you can handle this one than you will have a good understanding of 'C' by the time you finish reading it.
    I compile code with:
    Visual Studio.NET beta2

  2. #17
    Registered User Fool's Avatar
    Join Date
    Aug 2001
    Posts
    335
    That's the same book I just got. I'm into chapter 2 already

    -Fool

  3. #18
    aurë entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    The "Teach Yourself in 24hrs/21days" series are good to have as a reference, but they are limited in terms of what they can teach you. Still Check out "Teach Yourself C"/C++" as they are great when you want to look up something quickly.

    I used "C: How to Program" 2nd Ed. by Deitel and Deitel to learn the basics. It was okay, but it did tend to move a bit quickly for the beginner. The other book I used was "Data Structures and Program Design in C" 2md Ed. by Kruse et al. I don't recommend this book to anyone who does not already have a thorough understanding of C program structure and syntax, as it makes the assumption that you are a software engineer in training.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sorting out a resource manager
    By psychopath in forum Game Programming
    Replies: 1
    Last Post: 11-10-2008, 07:12 PM
  2. unmanaged resource
    By George2 in forum C++ Programming
    Replies: 2
    Last Post: 01-03-2008, 04:23 AM
  3. CreateProcess with Resource of executable, not the Filename
    By Ktulu in forum Windows Programming
    Replies: 4
    Last Post: 11-04-2006, 01:07 AM
  4. resource problem/question
    By stallion in forum Windows Programming
    Replies: 4
    Last Post: 01-29-2003, 02:08 PM
  5. Serial Communications in C
    By ExDigit in forum Windows Programming
    Replies: 7
    Last Post: 01-09-2002, 10:52 AM