CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Dec 2008
    Posts
    27

    i need a little help please

    i am look for two apps one to find out where my program has any memory leaks (if any). and a program to see how secure it is and where the security problem is (if any)

  2. #2
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: i need a little help please

    If you're on Linux, use valgrind for the first.

  3. #3
    Join Date
    Dec 2008
    Posts
    27

    Re: i need a little help please

    could i still check my program on linux if it is coded for windows?

  4. #4
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: i need a little help please

    Only if you've avoided using any Windows-specific functionality.

  5. #5
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Re: i need a little help please

    IBM Memory checker.
    Thanks for your help.

  6. #6
    Join Date
    Nov 2006
    Location
    Australia
    Posts
    1,569

    Re: i need a little help please

    Quote Originally Posted by Peter_APIIT View Post
    IBM Memory checker.
    Do you have a link for this? I tried googling it to see what it was like but found nothing on it.

    I use Visual Leak Detector which is extremely simple to use.
    Good judgment is gained from experience. Experience is gained from bad judgment.
    Cosy Little Game | SDL | GM script | VLD | Syntax Hlt | Can you help me with my homework assignment?

  7. #7
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: i need a little help please

    Quote Originally Posted by Mybowlcut
    Do you have a link for this? I tried googling it to see what it was like but found nothing on it.
    Peter_APIIT was probably talking about Rational Purify.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

  8. #8
    Join Date
    Nov 2006
    Location
    Australia
    Posts
    1,569

    Re: i need a little help please

    Quote Originally Posted by laserlight View Post
    Peter_APIIT was probably talking about Rational Purify.
    Oh, ok. I see that it's not free - Visual Leak Detector is.
    Good judgment is gained from experience. Experience is gained from bad judgment.
    Cosy Little Game | SDL | GM script | VLD | Syntax Hlt | Can you help me with my homework assignment?

  9. #9
    Join Date
    May 2002
    Location
    Lindenhurst, NY
    Posts
    867

    Re: i need a little help please

    Quote Originally Posted by Mybowlcut View Post
    Oh, ok. I see that it's not free...
    Rational Purify Plus isn't free but the trial version time period is unlimited. From the website:

    The evaluation period for this trial is unlimited. This trial limits the level of detail of some PurifyPlus reports.
    I haven't tried it yet but I plan to.
    Last edited by Martin O; June 5th, 2009 at 09:29 AM.

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