https://github.com/jacksu/design_pattern
https://github.com/jacksu/design_pattern
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacksu/design_pattern
- Owner: jacksu
- Created: 2014-07-07T14:15:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T15:43:46.000Z (almost 12 years ago)
- Last Synced: 2025-03-14T08:44:09.696Z (about 1 year ago)
- Language: C++
- Size: 238 KB
- Stars: 2
- Watchers: 2
- 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