tags:

views:

283

answers:

3

I want to know which tool can be used to measure the cyclomatic complexity of a C source.

I have seen other post which ask the same question but I want to know specific tool for C source only.

+2  A: 

http://www.spinroot.com/static/

ScaleOvenStove
A: 

Locmetrics is a nice tool, works for C (as well as others) and will give you the McCabe cyclomatic result.

gbjbaanb
A: 

I found out this tool is also very useful source monitor

udpsunil