|
We have all our source code archived so that you can download it and try it for yourself. Only the source files are provided so you'll have to compile the files on your own machine.
Please note: The C++ archive contains separate makefiles for each individual example that we've provided.
C++ Source Code
This archive contains the C++ source code that demonstrates using the state pattern on its own, the decorator pattern on its own, and both the state pattern and the decorator pattern together.
Download Now!
Java Source Code
This archive contains the Java source code that demonstrates using the state pattern on its own, the decorator pattern on its own, and both the state pattern and the decorator pattern together.
Download Now!
|