Static Code Analysis in C/C++
Sep.27, 2006 in
Geeky/Programming
If you ever need to run static code analysis on C/C++ files, you can use Vs2005, but if you are in Vs2003, here is what you can do:
c:\Program Files\Microsoft Visual Studio 8\VC>cl /analyze “C:\MyCodeFile.c” > c:\MyCodeFileAnalysis.txt
Found this on MSDN
Simlar Posts

Leave a Reply