fifilyu / the-23-gang-of-four-design-patterns-with-cplusplus
设计模式精解-GoF 23 种设计模式解析附 C++实现源码
☆50Updated 7 years ago
Alternatives and similar repositories for the-23-gang-of-four-design-patterns-with-cplusplus:
Users that are interested in the-23-gang-of-four-design-patterns-with-cplusplus are comparing it to the libraries listed below
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆75Updated 9 years ago
- gdb debug example☆58Updated 3 years ago
- 简单有效的内存池实现☆94Updated 8 years ago
- 《Software Architecture with C++》的非专业个人翻译☆75Updated 2 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆48Updated 8 years ago
- 《Head First设计模式》学习代码,使用C++实现☆71Updated 9 years ago
- Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。 它不仅把C++模板的功能发挥到了极致,而且把类似设计模式这样思想层面的东西通过库来提供。