# Count_and_Check **Repository Path**: uncle-lu/Count_and_Check ## Basic Information - **Project Name**: Count_and_Check - **Description**: 统计C/C++项目代码行数小工具 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2019-11-21 - **Last Updated**: 2023-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Count_and_Check ### 介绍 统计C/C++项目代码行数小工具 ### 软件架构 C++编码 使用 QT5.9.0 框架, 编译环境为MinGW5.3.0 32bit, 使用 Enigma Virtual Box 封包 ### 安装教程 #### Windows用户 下载 即开即用 #### Linux用户 请安装QT5等相关组件,使用qmake生成项目文件,make编译项目. ### 使用说明 - 本项目仅支持"\*.cpp ","\*.c","\*.cc","\*.cxx","\*.h"文件的代码行数统计. - 行数统计工具将会对除原代码中一切注释与空行之后的代码进行统计(但工具不会对源码进行编辑). - 双击列表中的文件夹即可进入该文件夹下,双击文件即可打开. - 如勾选了导出结果,工具将生成一个.txt存放至该目录下. - Windows用户如出现崩溃,请在兼容模式下运行. ### 更新 #### v1.1 - 重构统计行数的代码 - 调整了部分架构 #### v1.0.1 - 修改了读取空文件时的崩溃 - 修复了计算行数时出现的不稳定情况 ### LICENSE Count_and_Check Project Copyright (C) 2019 uncle-lu This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .