Thread: Good C++ books for a begginer

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Ivor Horton's Beginning C++
    The last time I flipped through this one, it had void main everywhere. So I gently placed it back on the shelf...behind a copy of The C++ Programming Lanuguage.

    >which ALOT of books do these days...
    You're only a beginner for a tiny fraction of your programming career, so it makes sense that many books would try to cater to people with prior experience.

    >I had to use it for a year in college, and it's a terrible piece of work.
    I'd just like to add that this is an opinion. I haven't read Pointers on C for a while, but from what I can remember it's complete enough to learn C from, and accurate. I didn't find it an inappropriate beginner's text at all, I'm sorry you had such a bad experience.

    At least, this is assuming we're talking about the same book, by Kenneth Reek?
    Last edited by Prelude; 06-21-2004 at 09:18 AM.
    My best code is written with the delete key.

  2. #2
    Registered User
    Join Date
    Jun 2004
    Posts
    10
    >The last time I flipped through this one, it had void main everywhere.
    Yeah some beginner books do that. Don't know why though.
    The C++ book I have though has no void mains anywhere. But I do know that The Beginner's guide to C by Ivor Horton indeed have void mains.

    >so it makes sense that many books would try to cater to people with prior experience.
    That's the thing though. Very few books I've seen ever go over the lowest of the basics. The Reek book for example, goes over the basics with a huge monster program, and then very roughly explains what it does.

    But you're right, it is my opinion. I guess the problem I had with it was the pace I had to read it at. Plus, Reek is very patchy with his ideas. He'll start to discuss a topic, and then give the bare backbones immediate usage of it. And then he'll go onto the next topic. No how's, why's, or examples. Very frustrating.

  3. #3
    Registered User cyberCLoWn's Avatar
    Join Date
    Dec 2003
    Location
    South Africa
    Posts
    124
    I would definitely recommend "C++ How To Program" 4th edition by Deitel. You'll either love or hate this book and I am one of the many that love it.

    Do a search on amazon and read the reviews that people post to get a good idea of what the books are about.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Good books for learning WIN32 API
    By Junior89 in forum Windows Programming
    Replies: 6
    Last Post: 01-05-2006, 05:38 PM
  2. Any good books on C ?
    By deadsam in forum C Programming
    Replies: 8
    Last Post: 05-28-2003, 10:38 AM
  3. Good Books...?
    By Korn1699 in forum Game Programming
    Replies: 7
    Last Post: 04-11-2003, 07:16 PM
  4. Good programming with windows books?
    By Zoopy in forum Windows Programming
    Replies: 3
    Last Post: 09-20-2001, 01:44 PM
  5. Good C++ books?
    By Violent Ben in forum C++ Programming
    Replies: 4
    Last Post: 09-19-2001, 06:32 AM