Thread: Getting started with programming

  1. #16
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Most programming books have a few errors in them, that's all . . . . I made a database of them for a while, but they got too numerous.

    But the Sams Teach Yourself books are the worst.
    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.

  2. #17
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    Did you write down things that you found and considered mistakes, or did you research the books' erratas?

  3. #18
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Sometimes I looked at the books' errata, but not usually. I just wrote down errors. I intended to submit them sometime, but I never did.

    Usually I lost the napkins/bookmarks/other easily lost items I wrote the errors on anyway.

    [edit] Judging from the errata list, however, I must have found several errors not listed. http://<br /> http://www.libertyass...Ebook_edit.htm
    http://www.computersciencelab.com/Sams.htm
    [/edit]
    Last edited by dwks; 11-22-2006 at 01:28 PM.
    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.

  4. #19
    Registered User
    Join Date
    Nov 2006
    Posts
    4
    Just a follow up. I got the Addison Wesley Accelerated C++ book, and I'm now working my way through it.

    It's not a very large book though, and seems like it's pretty easy...

  5. #20
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    >> seems like it's pretty easy
    If you think that book is pretty easy, you will probably do well in C++.

  6. #21
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    I thought it was easy at first, then I was proven wrong.

  7. #22
    Registered User
    Join Date
    Nov 2006
    Location
    United States
    Posts
    1
    I would rather read it online, because I actually will read it on a computer, because I don't really like reading books. Yes, I am a beginner. :/ Maybe that's why I almost failed a semester of reading... (Just kidding..)

    Edit-
    Yes, C++ is hard, but a good thing I know PHP and Javascript to know about functions, ending them, arrays, and other scripting features and guidelines.
    Last edited by Meatwad15; 11-27-2006 at 03:53 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help getting started..matrices
    By BobDole11 in forum C Programming
    Replies: 7
    Last Post: 11-15-2008, 09:51 PM
  2. Help getting started :(
    By blackocellaris in forum C Programming
    Replies: 4
    Last Post: 11-05-2006, 06:50 PM
  3. Getting started
    By panzeriti in forum Game Programming
    Replies: 3
    Last Post: 06-28-2003, 10:13 AM
  4. How to get started?
    By anoopks in forum Linux Programming
    Replies: 0
    Last Post: 01-14-2003, 03:48 AM
  5. Need help getting started
    By Unregistered in forum C++ Programming
    Replies: 4
    Last Post: 09-02-2001, 11:08 PM