Jump to content

Best C++ book?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
22 replies to this topic

#1
killcode

killcode

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
So i was thinking of buying a C++ book as a refrence, which one do you guys recommend?
Posted Image

#2
davidthefat

davidthefat

    Learning Programmer

  • Members
  • PipPipPip
  • 82 posts
Even though expensive, this is the best IMO 1000 pages of pure info


C++ Complete Reference by Herbert-Schildy

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
The C++ Programming Language 3rd Edition (By Bjarne Stroustrup).
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
FrozenSnake

FrozenSnake

    Learning Programmer

  • Members
  • PipPipPip
  • 44 posts
Depends on your level of expertise. If you are a beginner a book aimed toward beginners is the best. I like this book C++ Primer, 4th Edition (ISBN: 0-201-72148-1). Its a good book for beginners.

For references the book that WingedPanther said is a good choice.
ISBN-13: 978-0201700732

#5
davidthefat

davidthefat

    Learning Programmer

  • Members
  • PipPipPip
  • 82 posts
Yea, first 300 or so pages is about C and a section on the differences in C and C++ and the rest is C++

I cant send PMs yet

#6
killcode

killcode

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
Ok, i think im goin to go with "C++ Complete Reference by Herbert-Schildy"
Posted Image

#7
yeohhs

yeohhs

    Newbie

  • Members
  • PipPip
  • 22 posts
There are many C++ reference books. You'll have to find one that suits your current skills level. Perhaps, you might want to check out the ACCU book reviews.
See this URL ACCU :: Book Reviews Search

#8
nicckk

nicckk

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 629 posts
I dont think its an ok beginner book but you can also look into

Bruce Eckel's MindView, Inc: Thinking in C++ 2nd Edition by Bruce Eckel

#9
MrJoey

MrJoey

    Newbie

  • Members
  • PipPip
  • 18 posts
I'm currently going through 'Accelerated C++' by Andrew Koenig and Barbara E. Moo , it's a pretty good book for beginners.

#10
killcode

killcode

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
FrozenSnake, do you have the book yourself though?
Posted Image

#11
SterAllures

SterAllures

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 203 posts
Posted via CodeCall Mobile

I'm Currently reading C++ Primer I think it's a great reference with really clearexamples about all kinda starter stuff, But my first choice would go out to Beginning C++ game programmming by Michael Dawson, everything is told so clear. but it won't go in detail on every subject but it does teach you how to use programming when you make a real application, just let you see how you must think when making an application, and you can make fun games whil you're studying.

So I think when you read C++ Primer and Beginning C++ game programming you got a really really solid basic

#12
nicckk

nicckk

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 629 posts

SterAllures said:

Posted via CodeCall Mobile

I'm Currently reading C++ Primer I think it's a great reference with really clearexamples about all kinda starter stuff, But my first choice would go out to Beginning C++ game programmming by Michael Dawson, everything is told so clear. but it won't go in detail on every subject but it does teach you how to use programming when you make a real application, just let you see how you must think when making an application, and you can make fun games whil you're studying.

So I think when you read C++ Primer and Beginning C++ game programming you got a really really solid basic

How weird, Im reading both those books.