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客户端。