Thread: C++ Book Recommendations

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    May 2006
    Location
    United States
    Posts
    10
    Brief Version of Staring Out With C++; 4th Edition Update
    By Tony Gaddus and Barret Krupnow
    Very good book for begininers and pros, alike! It is descriptive enough for those who are new to programming, but has pleanty of coding examples for the mored advanced user. An since it is the brief version... It is quick and to the point! I highly recomend it!

  2. #2
    Registered User
    Join Date
    Jun 2006
    Posts
    5
    Well, there are mine recommendations:

    Accelerated C++ Practical Examples: http://www.amazon.com/gp/product/020...300770?ie=UTF8

    C++ Gotchas: Avoiding Common Problems in Coding and Design :
    http://www.amazon.com/gp/product/032...300770?ie=UTF8

    Thinking in C++ (Bruce Eckel):

    Vol1:
    http://www.amazon.com/gp/product/013...300770?ie=UTF8
    Vol2 (About the STL):
    http://www.amazon.com/gp/product/013...300770?ie=UTF8

    See u

  3. #3
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    C++ Gotchas: Avoiding Common Problems in Coding and Design
    I enjoyed the sequel, C++ Common Knowledge: Essential Intermediate Programming, also by Stephen Dewhurst.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  4. #4
    Registered User Dave++'s Avatar
    Join Date
    Jun 2007
    Location
    Where the Buffalo Roam
    Posts
    40

    Cool Buy Used

    Don't buy new. Buy used (amazon good) and save yourself some money.
    I picked up a book on another language for $1 at the local used book store.

    I can recommend the QUE books as always good.

    And over the years the websites and forums are really almost all you need.
    Also, get a book on your IDE, because that's where the real bottle neck can be.

    Dave

  5. #5
    Registered User magicxsoldier's Avatar
    Join Date
    Feb 2006
    Location
    Houston Texas
    Posts
    4
    C++:A Beginner's Guide, Second Edition by Herbert Schildt

    This is my first book, and i'm learning well from it

  6. #6

  7. #7
    Registered User
    Join Date
    Apr 2006
    Posts
    20
    "C++ How to Program, Fifth Edition By Deitel"

    Don't go for the older editions. Book is lengthy but good. Great for Beginners and possibly intermediate programmers.

  8. #8
    Registered User
    Join Date
    Nov 2006
    Posts
    3
    Quote Originally Posted by lawina
    "C++ How to Program, Fifth Edition By Deitel"

    Don't go for the older editions. Book is lengthy but good. Great for Beginners and possibly intermediate programmers.


    that`s the book wich i take it as a text book in my university but with 4th edition

    it`s relly good and simple to understand

  9. #9
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    870
    Quote Originally Posted by mburt
    C++ For Dummies - 5th Edition by Stephen Randy Davis

    This is a great book to get started with C++. Teaches all the basic fundementals.
    Not really. It teaches C style C++.
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  10. #10
    Registered User
    Join Date
    Jul 2006
    Posts
    14
    Computing Fundamentals with C++: Object-Oriented Programming & Design. Second Edition. Rick Mercer

    Great book for getting started with C++. Doubles as a good starter and a great reference.

  11. #11
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    Another source (besides ANSI) for The C/C++ Language Standards is The British Standards Institute. At about $75.00 USD each, the price is about 1/4 of the ANSI hard-copy price. (They are available from Amazon.)

    C++ Language Standard (BSI) = ISBN 0470846747
    C Language Standard (BSI) = ISBN: 0470845732

  12. #12
    Registered User Frenzied's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    4
    Can anyone advise me on a good book which includes GUI programming? I'm learning out of C++ How to Program (5th edition) at the moment which in my amateur opinion is a pretty good book, everything is explained and lots of exercises to do. Unfortunately they have omitted any GUI and event handling. They do have a separate book out for GUI but it was released in 2000 which I assume is a bit out of date.

  13. #13
    Registered User
    Join Date
    Dec 2006
    Location
    Washington
    Posts
    18
    Quote Originally Posted by Frenzied
    Can anyone advise me on a good book which includes GUI programming? I'm learning out of C++ How to Program (5th edition) at the moment which in my amateur opinion is a pretty good book, everything is explained and lots of exercises to do. Unfortunately they have omitted any GUI and event handling. They do have a separate book out for GUI but it was released in 2000 which I assume is a bit out of date.
    Since you do not indicate a platform preference, I'd strongly recommend using Qt as your GUI library so that the programs you write will be more platform independent. Here is a fantastic Qt book, which includes a CD with all of the free versions of Qt for common platforms (Unix, Mac, Windoze)

    http://www.amazon.com/C%2B%2B-GUI-Pr...285211-9351077

    :davis:

  14. #14
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    870
    wxWidgets (cross-platform).
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  15. #15
    Registered User
    Join Date
    Jul 2007
    Posts
    15
    C++ Primer Plus (Fifth Edition), by Stephen Prata.

    I am a complete beginner in programming, but have been able to learn a lot through this book. It breaks up the learning into many small pieces, with programming exercises and questions to help the reader understand.
    For me as a newbie, this book has been of great assistance.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Language REFERENCE book recommendations?
    By DougDbug in forum C++ Programming
    Replies: 5
    Last Post: 03-10-2011, 02:26 AM
  2. any book recommendations?
    By NewnOT in forum Windows Programming
    Replies: 1
    Last Post: 06-21-2009, 02:12 PM
  3. JavaScript book recommendations
    By neandrake in forum Tech Board
    Replies: 2
    Last Post: 04-05-2009, 12:27 PM
  4. C++ Book Editions and Recommendations
    By cpudaman in forum C++ Programming
    Replies: 7
    Last Post: 02-10-2008, 11:52 AM
  5. My book recommendations for rank beginners ...
    By snakum in forum C++ Programming
    Replies: 4
    Last Post: 08-21-2002, 10:38 AM