Skip to content

Latest commit

 

History

History
102 lines (75 loc) · 6.45 KB

README_en.rst

File metadata and controls

102 lines (75 loc) · 6.45 KB

Please check this out. It's for C++11

I want Korean version.

Head First Design Patterns in C++

About the C++ Source Code

Origin : https://hfdpcpp.codeplex.com/

License : AFL 3.0

Author : Glenn Puchtel

This project is copied from the sourceforge project above. I, Jeonghum Joh, am not the original author of this project. Please refer to the url specified with Origin: above if you want to reach to the original project or author of this project.

This project on github will add POSIX build environment support and possible other enhancement will be done.

About the Story used to explain each patterns

The Book We Love

Origin : Korean Translation of HFDP The Original Book

License : The content of the Book is not a copyleft nor an open-source. Some story from the book is quoted and introduced here. Mostly they are core concepts and summary of each patterns under the permission of one of the author, Elisabeth Robson. If anyone wants to add more story from the book but didn't get the copyright holder's proper permission, he/she must stop.

Authors : Eric T Freeman, Elisabeth Robson, Bert Bates, Kathy Sierra

Korean Translator : Hwansoo Seo

References : Forum wickedlysmart.com

Contents

Creational Behavioral Structural
Singleton Template method Decorator
Factory Command Composite
Builder Iterator Facade
Prototype Observer Adapter
  State Bridge
  Strategy Flyweight
  Chain of responsibility Proxy
  Interpreter  
  Mediator  
  Memento  
  Visitor  

You can view Doxygen Document.

You can download the UML file and open/edit it via StarUML.

There appeared WhiteStarUML I haven't tried it though..

Also GoF's Design Patterns are well documented in Wikipedia.

Vince Huston provides very awesome website for GoF's Patterns.

Jeonghum Joh