Thread: Good C++ Books

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    4

    Good C++ Books

    Hello, recently i have started learning C++ from tutorials on the internet and i have orderd Accelerated C++ the book, which i find difficult to understand as im still at a young age (16) is there any other easy and good books that would explain the wonderfull programming language in a easier manner?

  2. #2
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    hello Khrono - please search these forums for excellent suggestions.

    some entropy with that sink? entropysink.com

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

  3. #3
    VA National Guard The Brain's Avatar
    Join Date
    May 2004
    Location
    Manassas, VA USA
    Posts
    903
    Below is a list of my own personal collection of programming books and I think they are good
    • "Problem Solving C++, The Object of Programming" -Walter Savitch
    • "Data Structures and Other Objects using C++" -Walter Savitch
    • "Assembly Language for Intel-Based Computers" -Kip Irvine
    • "Programming Windows, 5th edition" -Charles Petzold
    • "Visual C++ MFC Programming by Example" -John E. Swanke
    • "Network Programming Windows" -Jones/Ohlund
    • "Sams Teach Yourself Game Programming in 24 Hours" -Michael Morrison
    • "Mathmatics for 3D Game Programming & Computer Graphics" -Eric Lengyel

  4. #4
    Registered User
    Join Date
    Feb 2005
    Posts
    13
    I use this book "Problem Solving C++, The Object of Programming" -Walter Savitch for my programming class in college. I think its a good start.

  5. #5
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398

    Just take it slow, Khrono...

    When you search, you'll find this:

    Quoting myself---
    BTW- I second the recommendation for Teach Yourself C++ in 21 Days, by Jesse Liberty. It's well structured for self-study with questions and exercises at the end of each day (chapter), and answers & solutions in the back. Surprisingly, it has made a handy (but incomplete) reference book. But, I always include a WARNING - Some people hate all of the "21 days" books!
    I think you'll find it easy to understand. The only specific complaint I know of is "The 21 days books are superficial". Maybe the person was saying it's too easy??? (It's twice as "thick" as Accelerated.) Maybe check the bookstores first, so you can take before you spend your money.

    I don't own Accelerated C++, but I've read only good things about it. Hang on to it... you can never have too many programming books.

    Take it slowly. C++ is not an easy "subject". It wouldn't be unusual for a university computer science student to take two semesters of C++. Ummm... it's not really that hard, and you don't have to know it all... but there is a lot to it. I don't know of any book that covers the entire C++ language (except the actual language standard)!

    You may not have read many technical books... Reading a technical book is not like reading a novel. You usually have to read each chapter or section a few times. It's more like reading a text book. You could easily read-through your math book a couple of days, but you wouldn't get much out of it. Usually, I'll read through the chapter rather quickly once. Then I'll go back and read it again, taking the time to "study" and "think about" each section. Sometimes I'll check another book, or the internet for more explanation.

    So, if you don't understand something in your book, don't feel bad (or dumb) if you have to do some Internet research, or ask a question here.

  6. #6
    Registered User
    Join Date
    Feb 2005
    Posts
    4
    thank you guys!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. In a game Engine...
    By Shamino in forum Game Programming
    Replies: 28
    Last Post: 02-19-2006, 11:30 AM
  2. Good books for learning WIN32 API
    By Junior89 in forum Windows Programming
    Replies: 6
    Last Post: 01-05-2006, 05:38 PM
  3. Good books to learn windows programming?
    By RetroGamer1991 in forum Windows Programming
    Replies: 4
    Last Post: 06-17-2003, 01:06 PM
  4. Any good books on C ?
    By deadsam in forum C Programming
    Replies: 8
    Last Post: 05-28-2003, 10:38 AM
  5. Good C Books
    By mattz in forum C Programming
    Replies: 10
    Last Post: 12-05-2001, 11:59 AM