Friday, July 25th 2008, 2:41am UTC+1

You are not logged in.

  • Login
  • Register

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.

seguprasad

Trainee

Posts: 103

Location: INDIA

Occupation: Developer

1

Tuesday, September 4th 2007, 10:32am

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,
  • Go to the top of the page

Atil

Beginner

Posts: 36

Location: India

Occupation: R & D

2

Wednesday, November 14th 2007, 11:54am

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....
  • Go to the top of the page

3

Thursday, May 1st 2008, 4:13pm

RE: automated C++ code review tools.

DevPartner is a decent one
  • Go to the top of the page

Rate this thread