Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

Thanks.

share|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

3 Answers

up vote 9 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!)

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

Yes.

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

share|improve this answer

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. :)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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