Thread: Books on programming C++

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    2

    Question Books on programming C++

    I am interested in learning how to program in C++ . My friend told me a good book to use is Charles Petzold "Programming Windows 5th Edition", is this a good book to use, or is there a better one to get? Any replies will be appreciated.

    Thank You

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Petzolds is a fine book for learning the Win32 API. It is not a good choice for learning the language.

    Search the board, there are numerous threads on this subject.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  3. #3
    Registered User
    Join Date
    Jun 2002
    Posts
    230
    Here let me help.
    http://www.maththinking.com/boat/computerbooks.html
    go under languages and you will see several free books to read for c++.

    also
    here is a website that helps in reviewing books.
    http://www.accu.org./bookreviews/pub.../0sb/index.htm
    C++ Rules!!!!
    ------------
    Microsoft Visual Studio .NET Enterprise

  4. #4
    ___
    Join Date
    Jun 2003
    Posts
    806
    accu.org needs to updated. They have many older versions of books but none of the new ones.
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

  5. #5
    Registered User
    Join Date
    Jun 2002
    Posts
    230
    yeah but it still gives you a brief view of the authors never to touch and the books that are ok.
    C++ Rules!!!!
    ------------
    Microsoft Visual Studio .NET Enterprise

  6. #6
    Just a Member ammar's Avatar
    Join Date
    Jun 2002
    Posts
    953
    I like the Deitel & Deitel C++ How to program, it's a good book to learn C++... It takes you from the ground up to some advanced issues in C++, and ofcourse it follows the ANSI/ISO standards...
    none...

  7. #7
    MrMan
    Guest
    yea, I agree with Deitel & Deitel.

    It's a really good beginner's book.

  8. #8
    ___
    Join Date
    Jun 2003
    Posts
    806
    I'm using Beginning Visual C++ 6 by Ivor Horton. Anyone know if thats a something I should be reading?
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

  9. #9
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Originally posted by ZakkWylde969
    I'm using Beginning Visual C++ 6 by Ivor Horton. Anyone know if thats a something I should be reading?
    Been a while since I looked at it. It was a pretty good book if I recall, especially for an intro to Windows programming. The two complaints that I had were: it skips or goes rather lightly over some powerful features, and is too dependent upon MSVC++ and its IDE.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  10. #10
    ___
    Join Date
    Jun 2003
    Posts
    806
    Originally posted by Zach L.
    Been a while since I looked at it. It was a pretty good book if I recall, especially for an intro to Windows programming. The two complaints that I had were: it skips or goes rather lightly over some powerful features, and is too dependent upon MSVC++ and its IDE.
    But isn't it teaching Visual Studio programming?
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

  11. #11
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Yeah. Nothing wrong with that, its just more specialized than most books. Overall, I'd say its a good book though.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  12. #12
    Just a Member ammar's Avatar
    Join Date
    Jun 2002
    Posts
    953
    Originally posted by ZakkWylde969
    I'm using Beginning Visual C++ 6 by Ivor Horton. Anyone know if thats a something I should be reading?
    I think you should learn the language iteslf first.
    none...

  13. #13
    Registered User codingmaster's Avatar
    Join Date
    Sep 2002
    Posts
    309
    You should learn the language yourself first
    Yeppp....

    "Programming Windows 5th Edition" is a good book, when you know enough about C++ programming, then you can read the book to start windows programming (winapi....)

    The standard book is:
    "C++ The Programming Language" by Bjarne Stroutstrup

    or

    "C The Programming Language" by Dennis Ritchie


    search the board for more book threads, there are a lot (I'm sure, that you find some good book reviews...)

  14. #14
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    I would not recomend the Stroustrup book to a beginner, it is great once you have an idea about the language and want to know what goes on under the hood, but is to detailed for a starter text.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  15. #15
    ___
    Join Date
    Jun 2003
    Posts
    806
    Originally posted by ammar
    I think you should learn the language iteslf first.
    It's split into half. The first half teaches strictly C++ then it moves onto the specific programming using Visual Studio. So basically I can use a different compiler and still learn C++ with the book. It's a 1054 page book so it has enough room to teach C++.
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What are some good books on C?
    By php111 in forum C Programming
    Replies: 9
    Last Post: 10-01-2008, 06:16 AM
  2. C++ Books
    By Darklighter in forum C++ Programming
    Replies: 8
    Last Post: 01-03-2006, 07:13 PM
  3. Reference Books at Work and Home
    By kuphryn in forum Tech Board
    Replies: 2
    Last Post: 05-20-2004, 05:59 AM
  4. Good books?
    By Unregistered in forum C++ Programming
    Replies: 14
    Last Post: 02-10-2002, 01:58 PM
  5. Books Books Books
    By aresashura in forum Game Programming
    Replies: 5
    Last Post: 12-28-2001, 09:08 PM