Click to See Complete Forum and Search --> : Source Code Checker


Daniel
March 31st, 1999, 01:38 AM
Hi,


does anyone know of some reasonably priced source code checking tools for MSVC 5.0 other than BoundsChecker?


Thanks in advance,


Daniel

sally
March 31st, 1999, 02:42 AM
reasonable prised versions will not do half a good job as BoundsChecker does


you get what you pay for


Sally

Sally
March 31st, 1999, 02:42 AM
reasonable prised versions will not do half a good job as BoundsChecker does


you get what you pay for


Sally

Dave Lorde
March 31st, 1999, 09:26 AM
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

Daniel
March 31st, 1999, 01:21 PM
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

Jerry Coffin
April 3rd, 1999, 07:37 PM
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.