Sunday, July 6th 2008, 12:23am UTC+1

You are not logged in.

  • Login
  • Register

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