Thread: apperently the c++ manual im reading is outdated.

  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    47

    apperently the c++ manual im reading is outdated.

    im reading teach yourself "C++ Second Edition".. and was recently told it's outdated and i might need to re-learn some stuff. (frustrated look on my face right now)
    link: http://newdata.box.sk/bx/c/index.htm
    is third edition up to date(or a newer one)? I really enjoyed this manual. is there a specific book thats great to learn that resembels this one...?

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    I think the current version is the 5th edition. It's probably not that much different than the 3rd edition. It has been updated to reflect the modern standard C++ (meaning its code will work on modern compilers). However, it still uses some older practices. Most C++ books and tutorials have that same problem, so while I would recommend finding a book that doesn't, you'll be fine if you stick with what you've got.

    The problem for you is that I'm not sure if any newer versions are available online.

  3. #3
    Registered User
    Join Date
    Nov 2007
    Posts
    47
    ill go out to the nearest Chapters and buy a good book if i have to. it's not a problem. the problem is which book is up to date and good for beginner like me. i liked "21 days to c++" because it goes in depth to tell you what happens if you exceed a signed int value, and such. if you have any suggestions i would appriciate. the kind of book i don't want would be called "learn c++ in 121 day" .

  4. #4
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    Check the book recommendations thread stickied at the top of this forum. The three options I would suggest are these (in order of preference):

    Accelerated C++ by Koenig and Moo
    You Can Do It! by Glassborow
    Beginning C++ Game Programming by Dawson

  5. #5
    Registered User
    Join Date
    Nov 2007
    Posts
    47
    you rock dude!
    thanks for you input and time.

  6. #6
    Registered User mikeman118's Avatar
    Join Date
    Aug 2007
    Posts
    183
    I'm just posting this to keep other's computers safe; what I mean by that is that when I follow that link, McAfee SiteAdvisor shows it as red, telling me that many of the downloads have spyware/trojans. It may just be the host, but I thought I might warn anyone (again, it may not be that particular link). Sorry for going off topic.

  7. #7
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > telling me that many of the downloads have spyware/trojans.
    Bait for the hook.
    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 01-28-2008, 03:07 AM
  2. help with reading from stream
    By movl0x1 in forum C Programming
    Replies: 7
    Last Post: 05-31-2007, 10:36 PM
  3. Required Reading Unix Manual - Help!
    By wise_ron in forum Tech Board
    Replies: 3
    Last Post: 09-05-2006, 05:47 AM
  4. file reading
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 03-12-2002, 11:55 PM
  5. Reading from a file
    By Wiz_Nil in forum C++ Programming
    Replies: 1
    Last Post: 02-26-2002, 09:31 AM