CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13

Thread: Free Memory

Threaded View

  1. #1
    Join Date
    Apr 2005
    Posts
    23

    Free Memory

    Hi, does anybady know if there's any function or way to free all the memory used in c++ till that moment? i'm having problems with a program which ends wrong after using during a period of time (not short but not long) and i've revised too many times the code and i think that i'm freeing well, but the program ends at different places without a reasonable explanation, and it smells me that it could be a memory problem, out of memory. Thanks
    Last edited by minagu; February 19th, 2007 at 11:40 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