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
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
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