CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 1999
    Posts
    15

    Source Code Checker



    Hi,


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


    Thanks in advance,


    Daniel




  2. #2
    Join Date
    May 1999
    Location
    Sydney, Australia
    Posts
    420

    Re: Source Code Checker





    reasonable prised versions will not do half a good job as BoundsChecker does


    you get what you pay for


    Sally

  3. #3
    Join Date
    Apr 1999
    Posts
    383

    Re: Source Code Checker



    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

  4. #4
    Join Date
    Apr 1999
    Posts
    15

    Thanks Re: Source Code Checker



    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

  5. #5
    Join Date
    May 1999
    Posts
    123

    Re: Source Code Checker

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured