• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Book

 
Ranch Hand
Posts: 782
Python Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
From reading the TOC on Amazon, this book seemed
to be targetting C++ programmers. I've not had a
chance to browse the book, but I only see C++
code samples ? I already have Mark Grand's Patterns
in Java vol 1 which is pretty good in my opinion.
What's unique in this new book by Allan ?
Pho
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I also read the book and at borders and it does have a lot of C++ code. Can anyone recommend a book that focuses on Java ?
 
Ranch Hand
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you talking about Design Patterns Explained? If so, the book includes Java examples embedded in the body of the chapter, where the text refers to them. At the end of each chapter is the little section containing C++ version of those same examples. There is no reason to look at the C++ version of the examples unless you don't know Java.
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I too have read Mark Grand's book. One thing that I remember liking about the book was that it discussed the pattern, presented the UML, and also included a Java code implementation.
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey guys.
I just skimmed through chapter nine (free download at http://www.netobjectives.com/dpexplained/dpe_info.htm ) and found quite a bit of Java code.
The chapter has "Supplement: C++ Code Examples" which I assume is at the end of each chapter.
I recommend a second look
Angelo
reply
    Bookmark Topic Watch Topic
  • New Topic