# CppUtile **Repository Path**: js2854/CppUtile ## Basic Information - **Project Name**: CppUtile - **Description**: 自己写的一些C++常用类,目前包含Heartbeat,CIniFile,Log(线程安全的跨平台日志类), 控制台彩色输出(跨平台),后面根据需要逐渐增加 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 120 - **Forks**: 52 - **Created**: 2013-07-25 - **Last Updated**: 2024-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #CppUtile 存放一些常用的C++类 - Heartbeat - IniFile读写类 - Log日志文件类(线程安全,跨windows&linux平台, 日志自动切换,可设置自动清理日志文件) - printfc -- printf with color 控制台多彩终端的实现(跨windows&linux平台) - Task调度框架, 仿照Darwin Streaming Server中的Task机制实现 - optionparser命令行参数解析类,从sourceforge导入