Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

Boundschecker


Company: Micro Focus

Average User Rating (3 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    "Ancient tool"

    by Markdan on Jul 11, 2018 2:26 PM

    Summary:
    This ancient tool should be retired. Do they still make this any more?

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    "average"

    by saroj kishan on May 31, 2013 1:20 PM

    Summary:
    can do better

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    "Developers have let us down"

    by Ben_msft_314R2 on Sep 9, 2011 1:09 PM

    Summary:
    For many years I have used two great tools BoundsChecker & Purify, but the developers of these applications have let me down, they no longer put effort into maintaining them or developing them. We have corporate accounts with both companies, and they both tell me that they have no intention of producing versions to support 64 bit applications. Can anyone recommend either open source or commercial alternatives that support 64 bit native C++/MFC applications?

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!