搜索资源列表
Iterator
- 设计模式之Iterator,设计模式之Iterator
WayOfDesing
- 设计经验交流,读这本书之前最好先看看GOF,以下是目录 设计,看上去很美 设计,由你掌握 重构初体验 从企业的运行价值链说起 使用极限编程改善项目的设计和灵活性 从实例谈OOP、工厂模式和重构 从实例谈Adapter 模式 从Adapter模式到Decorator模式 Visitor模式之可行与不可爱 从容自若的CTO Strategy 模式的应用实践 Factory Method 模式 Composite 模式 Iterator 模式-T
new-iterator-validity
- Iterators are a fundamental part of the STL. They are the link between generic algorithms and containers such that it is possible for the generic algorithms to traverse and access the elements in the container in a homogeneous way. The iterator valid
Design-of-Road
- 详细介绍相关设计模式用实例谈OOP 工厂模式和重构,ADAPTER模式,decorator模式 ,visitor模式,strategy模式,factory method模式,composite模式,iterator模式-Design of Road
DesignPatterns
- C++软件工程设计模式相关的文档,包括工厂模式、迭代器模式、代理模式等-C++ software engineering design patterns related documents,Factory pattern, iterator pattern, the proxy mode
iterator-bad-cast
- c++ stl iterator bug
