Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
Cyclo
Jump to user comments
programming, tool (Cyclomatic complexity tool) A C and
C++ code analysis tool by Roger D. Binns. It measures
cyclomatic complexity, shows function calls, and can draw
flowgraphs of ANSI C and C++ code. It requires Lex
and C++.