Thread: good book?

  1. #1
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572

    good book?

    hello all,

    Currently I'm taking an introductory course in c++. This will be my second I/O language if you count javascript. In school I'm using "Absolute C++" by Walter Savitch, and it is trully excelent.

    I was wondering if any of you could recommend another book, that you think is really good. I'm not looking just for a school text book, but something that walks you through examples, such as simple text games or useful programs.

    thanks,

    axon
    Last edited by axon; 02-25-2003 at 07:20 PM.

  2. #2
    CS Author and Instructor
    Join Date
    Sep 2002
    Posts
    511

    Smile

    There are alot. Look at other threads here. Or look at publishers web sites.
    Savitch Absoule C++ is a good book.

    Also, C++ Primer Plus- Prata, etc.
    Mr. C: Author and Instructor

  3. #3
    napKINfolk.com napkin111's Avatar
    Join Date
    Apr 2002
    Posts
    310

    Thumbs up

    A very good one I'm reading is "C++ In Plain English" (3rd ed) by Brian Overland. It has good tutorials and it also has reference sections. Teaches C++ from the ground up.

    //napKIN

  4. #4
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I was wondering if any of you could recommend another book, that you think is really good.
    Accelerated C++ by Koenig and Moo.

    -Prelude
    My best code is written with the delete key.

  5. #5
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    Another vote for Accelerated C++ here.

    Also freely available Thinking in c++ by bruce eckel (2 vols). Get it here
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  6. #6
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    Originally posted by Stoned_Coder
    Another vote for Accelerated C++ here.

    Also freely available Thinking in c++ by bruce eckel (2 vols). Get it here
    Thanks! I'll go look at Accelerated C++ tomorrow, and I'm downloading Thinking in C++ right now. What a title thought, am I the only one who sometimes sees code while falling asleep?

    axon

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  7. #7
    CS Author and Instructor
    Join Date
    Sep 2002
    Posts
    511

    A very good one I'm reading is "C++ In Plain English" (3rd ed) by Brian Overland. It has good tutorials and it also has reference sections. Teaches C++ from the ground up.
    Only problem with this it is it does not use standard C++. Also, better book for reference.
    Mr. C: Author and Instructor

  8. #8
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    to put it bluntly overlands book is crap.It gives a schoolboy intro to the language. Good for total newbies but there is no sustenance to it.
    also his explanation of polymorphism is dire.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  9. #9
    samurai warrior nextus's Avatar
    Join Date
    Nov 2001
    Posts
    196
    C++ How to Program (4th Edition)...very good..but expensive...
    nextus, the samurai warrior

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Is this book <JAVA in a netshell> good for C++ programmers?
    By meili100 in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 10-28-2008, 02:28 AM
  2. A good C++ Reference book
    By tiachopvutru in forum C++ Programming
    Replies: 5
    Last Post: 05-13-2008, 04:47 PM
  3. Good vectors/planes book
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 11-19-2005, 02:43 PM
  4. Lookinf for a good NON beginner book
    By Unregistered in forum C Programming
    Replies: 5
    Last Post: 08-30-2002, 07:17 PM