Does anyone know an open-source and/or free code-scanner for automated code analysis in C#, C or C++?
I know for Java there’s some brilliant stuff like FindBugs (Eclipse integrated), PMD, or Hammurapi.
Is there anything similar for the C-languages?
wishi
For .NET languages, you can look at Reflector CodeMetrics which provides some code analysis and design metrics. Also take a look at all of the Reflector addins.
I also second the recommendation for FxCop and StyleCop.