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
Build Securely on Azure with Proven Frameworks Icon
Build Securely on Azure with Proven Frameworks

Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
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); > }
  • 1. Installer does not set PATH 2. C++ Code which compiles not counted correctly (problem with a macro) 3. Because of 2: #include are ignored
  • Love using this app and I think I will be using it for a long time. Thanks.
  • nice app, sometimes it's very useful!
  • Wonderful job, many thanks for posting
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