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
Top-Rated Free CRM Software Icon
Top-Rated Free CRM Software

216,000+ customers in over 135 countries grow their businesses with HubSpot

HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
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