# commonlibrary_c_utils **Repository Path**: abbuu/commonlibrary_c_utils ## Basic Information - **Project Name**: commonlibrary_c_utils - **Description**: General-purpose C++ classes and functions | 通用的C++功能函数和类 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 184 - **Created**: 2022-08-18 - **Last Updated**: 2022-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++公共基础库 - [简介](#section11660541593) - [目录](#section17271017133915) - [相关仓](#section1249817110914) ## 简介 C++公共基础类库提供了一些常用的C++开发工具类,包括: - 文件、路径、字符串相关操作的能力增强接口 - 读写锁、信号量、定时器、线程增强及线程池等接口 - 安全数据容器、数据序列化等接口 - 各子系统的错误码相关定义 - C语言安全函数接口 ## 目录 ``` commonlibrary/c_utils └─ base ├── include # 对各子系统开放的接口头文件 ├── src # 源文件 └── test # 测试代码 ``` ## 相关仓 公共基础库子系统 [utils](https://gitee.com/openharmony/utils/blob/master/README_zh.md) [utils\_native](https://gitee.com/openharmony/utils_native/blob/master/README_zh.md) [utils\_native\_lite](https://gitee.com/openharmony/utils_native_lite/blob/master/README_zh.md)