首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

大家怎么学习设计模式

2013-12-28 
大家如何学习设计模式接触C++已经很长时间了,没做过大型的项目,想问大家设计模式如何学习[解决办法]【转】Th

大家如何学习设计模式
接触C++已经很长时间了,没做过大型的项目,想问大家设计模式如何学习
[解决办法]
【转】The best way is to begin coding with them. Design patterns are a great concept that are hard to apply from just reading about them. Take some sample implementations that you find online and build up around them.

A great resource is the Data & Object Factory page. They go over the patterns, and give you both conceptual and real world examples. Their reference material is great, too.

热点排行