We have a number of large C++ MFC project that we manage. Unfortunately, the code quality in them not very good and there are no unit tests. I am therefore looking for tools that can help us to analyze and improve the code.
I am looking for tools for the following:
I would like that the tools can be used together with TFS Build
If you want a good reference book for unit testing on C++ - take a look at Modern C++ Programming with Test-Driven Development.