cccc icon indicating copy to clipboard operation
cccc copied to clipboard

Source code counter and metrics tool for C++, C, and Java

Results 18 cccc issues
Sort by recently updated
recently updated
newest added

Hi, I have the same issue as in https://github.com/sarnold/cccc/issues/35. The program just segfaults. I tried it with cccc 3.2.0 and Ubuntu 22.04 LTS. I used the command `find | cccc...

The present User Guide still mentions " (...) the freely distributed Microsoft Visual C++ Toolkit 2003.", which is not available anymore, and even if you insist in getting it, be...

If I run `cccc` for a project composed of C language files, the summary shows a single module and counts all lines of the files to this "single" module. Is...

Hi, I think you forgot to increase the version number in version 3.2.0 https://github.com/sarnold/cccc/blob/master/cccc/cccc_ver.h It still shows 3.1.6

I adjusted the test reference files for the changes made for issue #16 in merge #17. Also changed for new html files footer with new link to GitHub project. This...

Several of the test cases provided with the package indicate differences in outcome. Especially the test cases - prn4 - prn9 - prn13 - prn14 - prn15 - test2 -...

Not sure why it's not enabled, so start with that and (future) look at including [newer standards](http://www.adaic.org/ada-resources/standards/)

enhancement

cccc segfaults almost instantly when running: `find ~/big_source_tree -type f -name '*.c' | cccc -`. This also occurs when running `find ~/big_source_tree -type f -name '*.c' -print0 | xargs -r0...

`cccc` blocks forever when analyzing some file: ``` $ cccc build_dir/target-mips_24kc_musl/busybox-default/busybox-1.33.1/libbb/lineedit.c build_dir/target-mips_24kc_musl/busybox-default/busybox-1.33.1/libbb/lineedit.c CCCC - a code counter for C and C++ =================================== A program to analyse C and C++ source...