cxlove / DesignPattern

The example code from head first design patterns for practicing
0 stars 2 forks source link

The iterator Pattern using c++ #20

Open cxlove opened 8 years ago

cxlove commented 8 years ago

RT

cxlove commented 8 years ago

We can use a template class to support the iterator in c++.