Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
automated C++ code review tools.
Hi Friends,
Are there any automated code review/analyzing tools for C++ projects.
We have Project Analyzer for Visual Basic, like this are there any analyzer tools for C++ projects?
Suggestions will be appreciated.
-Segu,
RE: automated C++ code review tools.
I have no much experience on windows but
purify+ is good tool
and for linux
1. gcov
2. gprof
3. kprof
4. valgrind
5. nulgrind
6. cachegrind
etc....
RE: automated C++ code review tools.
DevPartner is a decent one