0

Are there any tools that are able to do code metrics on Pro*C++ sources?

I haven't been able to find anything specific via Google.

Does anyone have any experience with this?

Mat
  • 202,337
  • 40
  • 393
  • 406
EvilTeach
  • 28,120
  • 21
  • 85
  • 141

1 Answers1

0

Pro*C can generate valid C++ files, for code metrics tools on standard c++ Google is your friend.

Kev
  • 118,037
  • 53
  • 300
  • 385
Shay Erlichmen
  • 31,691
  • 7
  • 68
  • 87
  • Yes, that is true. However, the generated c++ files are not what we do maintenance on. It is an interesting suggestion. I will pass it on. – EvilTeach Apr 13 '09 at 19:40