Thread: Memory Leaks

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    2

    Unhappy Memory Leaks

    Hi,

    I was wondering if anyone knew of some type of automated memory management software for C++ that would automatically take care of memory leaks... something like what Java has. Does such a thing exist for C++ or is this just wishful thinking on my part?

  2. #2
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    There's nothing built into the language but there are quite a few third party libraries around. Do a search for 'C++ garbage collection' on google.

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    2
    Thanks. I'll do that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Checking for memory leaks
    By Bladactania in forum C Programming
    Replies: 5
    Last Post: 02-10-2009, 12:58 PM
  2. memory leaks
    By TehOne in forum C Programming
    Replies: 4
    Last Post: 10-10-2008, 09:33 PM
  3. Tons of memory leaks
    By VirtualAce in forum C++ Programming
    Replies: 11
    Last Post: 12-05-2005, 10:19 AM
  4. COM Memory Leaks
    By subdene in forum Windows Programming
    Replies: 0
    Last Post: 06-07-2004, 11:57 AM
  5. about memory leaks with this simple program
    By Unregistered in forum C++ Programming
    Replies: 5
    Last Post: 04-07-2002, 07:19 PM