Thread: Books on programming C++

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    Did you check out the book recommendations here at cprogramming.com?

    I like "Teach Yourself C++ in 21 Days" by Jesse Liberty. It's clearly written and easy to understand. I don't think there is much in the book about programming concepts. He just jumps-in with the usual "Hello World" program. There are questions and exercises at the end of each chapter (day), with answers and solutions in the back. Surprisingly, I've found it to be a handy reference book too. It's an incomplete reference, but if the answer is in there it will be easy to find and understand. Some people seem to hate all of the "21 days" books, but I haven't read any specific complaints. (?)

    I don't have the Deitel & Deitel book, but it seems to be recommended often. Its expensive to buy, but I think you can download it from deitel.com free! I've never read anything negative about this book!

    I have the Stroutstrup book. It is difficult to understand. It seems to be written for advanced Computer Science students... I don't think he expects the reader to know anything about C++, but he seems to expect you to know a lot about programming (maybe C), and he expects you to know the jargon. It does have a lot of detail, and it's cool to have a book by Stroutstrup who "created" the C++ language.

    I also have the Petzold book. It only covers the special Windows functions (which are not part of standard ANSI/ISO C++). Petzold doesn't use a lot of advanced C++, in fact he uses C. But, you have to know C++ (well, at least C) to understand how his examples work, and so that you can make your Windows programs "do something". When you're ready for Windows programming, do get this book!

    [EDIT]
    And, try searching the board. "Books" is a frequent topic.
    Last edited by DougDbug; 07-14-2003 at 06:56 PM.

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