Thread: Newbie needs a little help!

  1. #16
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by jubjubj View Post
    On this note, are there any book you would recommend of that you used? I was thinking "C for Dummies 2nd edition" ?
    Well, I'm something of an anomally... I started off with online tutorials like
    Teach Yourself C in 21 Days -- Table of Contents
    (back when it was still current ) But coming from a long Pascal background, this was mostly adjustment... I already had most of the concepts.

    Basically whatever you are most comfortable with, just make sure it's the newest edition... You want to learn from the C-99 standard... so you at least need a textbook from this millenium...

  2. #17
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    Try the latest edition of "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie.

    C for Dummies 2nd edition
    NO!

    Teach Yourself C in 21 Days -- Table of Contents
    Better than "C for Dummies", but still, no.

    Also, as a matter of interest, I highly doubt that that site has Pearson's (the latest publishers) blessing.

    Soma

  3. #18
    Registered User
    Join Date
    May 2011
    Posts
    8
    NO!
    FML already started reading it. :S

  4. #19
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by jubjubj View Post
    FML already started reading it. :S
    I have never looked at "C for Dummies", but I did have "Programming for Dummies" out from the library for a long time. I thought it was a pretty decent reference, actually -- in fact, I've never seen a more succinct and useful description of sort algorithms (bucket, bubble, merge, quick, heap, etc.) anywhere. There was virtually no long winded tripe and great use of pseudo code and flow diagrams. Way better than 80% of online tutorials/blogs.

    A lot of people seem to enjoy learning with the K&R book phantomotap recommends tho. People will show up here with the exercises, etc, and they (K&R) are the dudes who wrote the language in the first place, so they probably have some insight.
    Last edited by MK27; 05-03-2011 at 12:34 PM.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  5. #20
    Registered User
    Join Date
    May 2011
    Posts
    8
    Quote Originally Posted by MK27 View Post
    I have never looked at "C for Dummies", but I did have "Programming for Dummies" out from the library for a long time. I thought it was a pretty decent reference, actually -- in fact, I've never seen a more succinct and useful description of sort algorithms (bucket, bubble, merge, quick, heap, etc.) anywhere. There was virtually no long winded tripe and great use of pseudo code and flow diagrams. Way better than 80% of online tutorials/blogs.

    A lot of people seem to enjoy learning with the K&R book phantomotap recommends tho. People will show up here with the exercises, etc, and they (K&R) are the dudes who wrote the language in the first place, so they probably have some insight.
    Thanks for the reassurance! I might just read both, because I'm really enjoying C for dummies, its humorous attitude keep's me engaged, as I'm not a huge fan of books. But I'll be sure to read the K&R one too since it is
    "regarded by many to be the authoritative reference on C"
    - Wikipedia.

  6. #21
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by jubjubj View Post
    Thanks for the reassurance! I might just read both, because I'm really enjoying C for dummies, its humorous attitude keep's me engaged, as I'm not a huge fan of books. But I'll be sure to read the K&R one too since it is - Wikipedia.
    But don't just read... run up the examples in your compiler and play with them as you go. Once you understand the code, move on to the next page. Reading alone does not really work with programming languages, learning is doing so if you follow the book you will learn in a reasonable order and hopefully be ready to write a few smaller things on your own when you finish.
    Last edited by CommonTater; 05-03-2011 at 02:52 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie with Very Newbie Question
    By Jedi_Mediator in forum C++ Programming
    Replies: 18
    Last Post: 07-01-2008, 08:00 AM
  2. Plz help this newbie
    By Desperate in forum C++ Programming
    Replies: 6
    Last Post: 07-10-2006, 10:26 PM
  3. C++ newbie / linux not so newbie question
    By goldmonkey in forum C++ Programming
    Replies: 7
    Last Post: 12-13-2003, 12:27 PM
  4. Rpg Newbie
    By Paninaro in forum Game Programming
    Replies: 4
    Last Post: 06-22-2002, 07:30 PM
  5. sdl-newbie
    By Unregistered in forum Game Programming
    Replies: 8
    Last Post: 05-22-2002, 11:08 AM

Tags for this Thread