[try Beta version]
Not logged in

 
C++ oop books

Nov 6, 2010 at 11:11pm
Can anyone tell me a couple good books on C++ oop? I would prefer if the author worked on real world application.
Nov 6, 2010 at 11:17pm
Do you want a refrence book (in which case Bjarne Stroup's book is probably the best)
Or a learning book (in which case I'd suggest C++ for Dummies)
Side note: Bjarne Stroup is the creator of c++...
Nov 7, 2010 at 10:27am
closed account (EzwRko23)
Stroustrup, not Stroup.
Nov 7, 2010 at 5:06pm
closed account (EzwRko23)
Or perhaps: Design Patterns (GoF)?
Many of the C++ patterns there are workarounds for C++ limitations (= not needed anywhere else), so we can consider it a C++ book.
Nov 7, 2010 at 5:26pm
I have to admit, your anti-c++ BS is really getting old.
Nov 7, 2010 at 6:36pm
C++ for dummies I wouldn't recommend...I have it myself and I can't say I'm very pleased with it.
And xorebxebx, can you please make for once and for all clear, why that you are on this forum instead of a Scala one.
Nov 7, 2010 at 11:26pm
What do you guys think about C++ How to Program (7th Edition) Paul Deitel (Author), Harvey M. Deitel (Author)?
Nov 8, 2010 at 3:41am
This list is fairly good and will give you a few books to check out: http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
Nov 8, 2010 at 8:53am
closed account (EzwRko23)

I have to admit, your anti-c++ BS is really getting old.


Did I say something wrong?
http://www.codinghorror.com/blog/2007/07/rethinking-design-patterns.html
http://perl.plover.com/yak/design/samples/slide001.html

Anyway, the GoF book is a good book for anyone who seriously wants to write in C++.
Another one is "Modern C++ Design", but it is hardly OOP (and this is a good thing, as OOP is often overrated).
Last edited on Nov 8, 2010 at 8:59am
Topic archived. No new replies allowed.