由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - C++里最常用的design pattern都有哪些?
相关主题
[合集] which design pattern is used if a static variable insid申请architect方面的工作需要怎么准备?
工厂模式 (转载)请教有哪些常用的web architecture/design pattern
How many people use design patterns when coding?快速系统学习 c++ design pattern有什么好书或者网站吗
design patterns到底有用吗?[合集] 问一个design pattern的问题
python: how to import a decorator?question about Design Patterns
最常见的OO Design Pattern是什么啊? (转载)Java题求指导 (转载)
factory and abstract factory 的区别The C++ questions I've been asked
有几个人能 背着把gof 23种pattern 用java 随便写5,6个写出来[合集] can C++ constructor be private? the answer is YES!
相关话题的讨论汇总
话题: c++话题: pattern话题: 常用话题: design话题: 哪些
进入Programming版参与讨论
1 (共1页)
C*******l
发帖数: 105
1
我到目前为止除了singleton从来没用过什么design pattern,如果只想了解2,3种最
简单,最常用的,应该从哪几个入手呢?
谢谢
T*******i
发帖数: 4992
2
需要啥就用啥

【在 C*******l 的大作中提到】
: 我到目前为止除了singleton从来没用过什么design pattern,如果只想了解2,3种最
: 简单,最常用的,应该从哪几个入手呢?
: 谢谢

C*******l
发帖数: 105
3
先得知道,然后才能用啊。

【在 T*******i 的大作中提到】
: 需要啥就用啥
r**u
发帖数: 130
4
MVC
Factory
Producer Consumer
Interface系列的一般即使不知道名字也可能用过了。如decorator,command...
c*****t
发帖数: 1879
5
hehe,最常用的其实是 template design pattern 。不过因为 C++ 直接通过
compiler 提供 template,所以一般人不太注意而已。
template pattern 是 MVC 的变种,没有 controler 部分而已。

【在 r**u 的大作中提到】
: MVC
: Factory
: Producer Consumer
: Interface系列的一般即使不知道名字也可能用过了。如decorator,command...

C*******l
发帖数: 105
6
好就按上面几位说过的看一看了,我发现一个网站,总结的不错。
http://sourcemaking.com/design_patterns/
s**m
发帖数: 1564
7
1 (共1页)
进入Programming版参与讨论
相关主题
[合集] can C++ constructor be private? the answer is YES!python: how to import a decorator?
C++ Singleton Help最常见的OO Design Pattern是什么啊? (转载)
请问关于c++实现singleton的问题?factory and abstract factory 的区别
请问static variable init的问题?有几个人能 背着把gof 23种pattern 用java 随便写5,6个写出来
[合集] which design pattern is used if a static variable insid申请architect方面的工作需要怎么准备?
工厂模式 (转载)请教有哪些常用的web architecture/design pattern
How many people use design patterns when coding?快速系统学习 c++ design pattern有什么好书或者网站吗
design patterns到底有用吗?[合集] 问一个design pattern的问题
相关话题的讨论汇总
话题: c++话题: pattern话题: 常用话题: design话题: 哪些