Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacksu/design_pattern
https://github.com/jacksu/design_pattern
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacksu/design_pattern
- Owner: jacksu
- Created: 2014-07-07T14:15:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T15:43:46.000Z (over 10 years ago)
- Last Synced: 2024-10-13T00:08:09.902Z (2 months ago)
- Language: C++
- Size: 238 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
design_pattern
==============项目主要是设计模式中所有模式的C++实现。
特别说明:
在src下的var.mk是makefile的调试程序,用法为:
make -f test.mk -f var.mk OBJS
make -f test.mk -f var.mk d-CFLAGS
可以查看对应的变量。author:jacksu