所属分类:
软件工程
开发工具:C++
文件大小:1425KB
下载次数:8
上传日期:2008-05-25 10:37:44
说明: Head First 设计模式原书用的是JAVA写的代码,网络上也有C#的,但没有见到用C++实现的。这是我用C++实现的工厂模式的代码
(Head First Design Patterns used in the original book is written in JAVA code, the network also has C#, but did not see with C achievable. This is what I use C realization of the factory pattern code)
文件列表:
FactoryPattern
..............\FactoryPattern
..............\..............\ChicagoPizzaStore.cpp
..............\..............\ChicagoPizzaStore.h
..............\..............\ChicagoStyleCheesePizza.cpp
..............\..............\ChicagoStyleCheesePizza.h
..............\..............\ChicagoStyleClamPizza.cpp
..............\..............\ChicagoStyleClamPizza.h
..............\..............\Debug
..............\..............\FactoryPattern.cpp
..............\..............\FactoryPattern.vcproj
..............\..............\NYPizzaStore.cpp
..............\..............\NYPizzaStore.h
..............\..............\NYStyleCheesePizza.cpp
..............\..............\NYStyleCheesePizza.h
..............\..............\Pizza.cpp
..............\..............\Pizza.h
..............\..............\PizzaIngredientFactory.cpp
..............\..............\PizzaIngredientFactory.h
..............\..............\PizzaStore.cpp
..............\..............\PizzaStore.h
..............\..............\ReadMe.txt
..............\..............\stdafx.cpp
..............\..............\stdafx.h
..............\FactoryPattern.ncb
..............\FactoryPattern.sln