Code Metrics Analysis for Unmanaged C++ Code

JToland picture JToland · Feb 23, 2012 · Viewed 11k times · Source

Does anyone know of a free tool, similar to what is built into Visual Studio 2010 for managed code, that can do analysis of unmanaged, MFC C++ code and give metrics (lines of code, dependency or coupling, etc)?

I've been searching on Google for awhile, but really haven't been able to find anything that works. Thanks a ton!

Answer

DPD picture DPD · Jul 6, 2012

Source Monitor is a good free tool tool for code metrics such as LoC and complexity and also produces kiviat graphs. But it does not have any depedency or coupling metrics.