CCCC is a tool which analyzes C++ and Java files and generates a report
on various metrics of the code. Metrics supported include lines of code, McCabe's
complexity and metrics proposed by Chidamber&Kemerer and Henry&Kafura.

Project Activity

See All Activity >

Categories

QA Automation

License

GNU General Public License version 2.0 (GPLv2)

Follow C and C++ Code Counter

C and C++ Code Counter Web Site

You Might Also Like
Red Hat Enterprise Linux on Microsoft Azure Icon
Red Hat Enterprise Linux on Microsoft Azure

Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
3
1
0
1
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 2 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 2 / 5

User Reviews

  • I really like this stuff, has excellent module-wise metrics. However passing filenames via STDIN doesn't work, I had to fix it: $ diff ccccmain.cc ccccmain.cc.new 283,284c283,287 < file_entry file_entry(filename,lang); < file_list.push_back(file_entry); --- > if (!filename.empty()) > { > file_entry file_entry(filename,lang); > file_list.push_back(file_entry); > }
Read more reviews >

Additional Project Details

Operating Systems

Linux, BSD, Windows

Intended Audience

Developers

User Interface

Command-line

Programming Language

C++, C, Java

Related Categories

C++ QA Automation Software, C QA Automation Software, Java QA Automation Software

Registered

2000-07-04