Is Head First's Design Patterns book suitable for someone with an intermediate knowledge of C++ and no knowledge whatsoever of Java?

Thanks.

link|improve this question

3  
Yes. The code examples are quite easy to follow irrespective of whether you know Java or not IMO. – Martin Smith Jun 27 '10 at 21:51
feedback

3 Answers

up vote 7 down vote accepted

The authors of the "Head First" series of books take great pains to explain concepts in a fun and entertaining way, and paired with the similarities between Java and C++, you shouldn't have any problem following the book. It's also a great deal more fun to read than the original "Gang of Four" book, whose examples are C++.

If you're craving C++ code for the book, you're in luck: there's a SourceForge project for that.

(Edit: There's also C# code for Head Frist Design Patterns too!)

link|improve this answer
+1 Thanks 4 sharing. – Bhanu Krishnan Apr 7 '11 at 9:22
feedback

Yes.

I was in the same position and didn't have any problem understanding it.

link|improve this answer
feedback

Hell Yeah!

It's a great book, regardless of what language you use. The code examples are easy enough to understand as any programmer. I would even recommend reading it as a beginner, and then reading it again and again as you become more experienced. :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.