generallib/README.md

16 lines
355 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

### 通用c++库,跨平台
包含了以下子功能:
1. 日志。
2. 设计模式类模板:
单例
观察者
适配器模式
有限状态机
3. 线程类。
4. 调试工具如打印内存为asii。
5. 网络工具包含了http客户端tcp客户端。
6. 规范化的函数返回值。
依赖库以conan包形式来管理。