Hi,
does anyone know of some reasonably priced source code checking tools for MSVC 5.0 other than BoundsChecker?
Thanks in advance,
Daniel
Printable View
Hi,
does anyone know of some reasonably priced source code checking tools for MSVC 5.0 other than BoundsChecker?
Thanks in advance,
Daniel
reasonable prised versions will not do half a good job as BoundsChecker does
you get what you pay for
Sally
BoundsChecker isn't a source code checker, it's a runtime debugging tool.
For source code checking, try PC-Lint for C/C++ from Gimpel Software, it's very thorough.
Dave
Thanks for your messages. I have BoundsChecker but as Dave correctly pointed out I am looking for a source code checker not a debugging tool so I shall investigate as suggested,
regards,
Daniel
You've had PC-Lint suggested, and it's good product. You might also want to look at LC-Lint. It's free, and it can do some types of checking that most other Lint's can't.
The universe is a figment of its own imagination.