update readme.md

This commit is contained in:
Micooz 2017-05-14 20:40:23 +08:00
parent 6efdd568c2
commit 90975a4a70

View File

@ -1,13 +1,19 @@
# 23种设计模式的C++实现
**每个文件夹对应一个设计模式**
*NOTE为方便学习大多数project仅有一个实现文件class均以inline方式实现*
**实现参考**
[设计模式精解-GoF 23种设计模式解析](http://www.baidu.com/link?url=LeHLAfOFv93jO50Prk0fPct7wpAB3UfdCgZERe_UB6nkd75tb0roib7eJ7xGKPzIVcvhndajzaO0UPbIsqe8uNKAHjk-W9BFJzo6U0mmIkm)
*NOTE源代码经过简化移除了一些不必要的构造和析构函数方便阅读*
> **This repo is no longer maintained!**
>
> **Please go to https://github.com/micooz/DesignPattern for further information.**
----
# 23种设计模式的C++实现
**每个文件夹对应一个设计模式**
*NOTE为方便学习大多数project仅有一个实现文件class均以inline方式实现*
**实现参考**
[设计模式精解-GoF 23种设计模式解析](http://www.baidu.com/link?url=LeHLAfOFv93jO50Prk0fPct7wpAB3UfdCgZERe_UB6nkd75tb0roib7eJ7xGKPzIVcvhndajzaO0UPbIsqe8uNKAHjk-W9BFJzo6U0mmIkm)
*NOTE源代码经过简化移除了一些不必要的构造和析构函数方便阅读*
**编译器**Visual Studio 2013(MSVC 12)