CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2000
    Posts
    21

    Determine memory leaks

    Hi everybody,


    I would like to know how I can determine if a program I've developed create memory leaks after its end.

    Is there any tool under Windows 2000 or Visual C++ to scan the memory ? How to use them if any ?

    Jeffrey Richter, a great Windows developer, talks about memory leaks when using ExitThread for example in thread programming. But how can I know if my program is OK or not ?

    Thx


  2. #2
    Join Date
    Dec 2001
    Posts
    381

    Re: Determine memory leaks

    The best tool is NuMega BoundsChecker. It detects a lot of memory leaks that Visuall C++ debugger doesn't see.


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